html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background-color: #000;
	background-image: url('images/bg.png');
	background-repeat: repeat;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 15px;
	font-family: 'Myriad Pro', Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* ========================================
   Links
   ======================================*/

a:hover, a:active { outline: 0; }

/*=========================================
	Main Styles
=========================================*/
body {
font-family: arial;
font-size: 15px;
line-height: 25px;
color: #515151;

}

#wrap {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#sabre {
	width: 516px;
	height: 314px;
	margin-left: -258px;  /***  width / 2   ***/
	position: absolute;
	top: -150px;          /***  height / 2   ***/
	left: 50%;
	
	-webkit-animation-name: fadeInDown;
	-webkit-animation-duration: 1.5s; 
	-webkit-animation-timing-function: ease-in;
}

.logo {
	margin-bottom: 65px;
	text-align: center;
}

.information {
	position: relative;
	width: 516px;
	height: 100px;
}

.quotes {
	float: left;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	color: white;
	}

.contact, .contact a {
	float: right;
	font-weight: normal;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	color: white;
	text-decoration: none;
}

.contact a:hover {
	color: #bcd2ff;
}

@media only screen and (max-width: 767px) {
        #sabre {
			width: 300px;
			height: 78px;
			margin-left: -150px;  /***  width / 2   ***/
			position: absolute;
			top: -120px;          /***  height / 2   ***/
			left: 50%;
	
			-webkit-animation-name: fadeInDown;
			-webkit-animation-duration: 1.5s; 
			-webkit-animation-timing-function: ease-in;
        }
        .logo {margin-bottom: 40px;}
        
        .logo img {width: 300px;}
        
        .information {
	        width: 300px;
        }
        
        .quotes {
        	text-align: center;
        	width: 300px;
        	position: relative;
        	float: none;
        	margin-bottom: 20px;
        }
        
        .contact, .contact a {
        	text-align: center;
        	width: 300px;
        	position: relative;
        	float: none;
        }
}

	
	