* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #41423c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#41423c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#41423c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#41423c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#41423c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#41423c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#41423c',GradientType=0 ); /* IE6-9 */
	
}

#header {

	max-width: 960px;
	height: 160px;
	width: 100%;
	
	background-image: url(images/quadson-web-logo.png);
	margin-top: 64px;
}


#wrapper {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#comingsoon {
	font: 24px "Raleway", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	margin-top: 96px;
	text-align: center;
	color: #a0a0a0;
	text-transform: uppercase;
	word-spacing: 2px;
	
	width: 250px;
	height: 30px;
	
	
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  margin-top: -15px;
	  margin-left: -125px;
}

@media (max-height: 570px) {
  #comingsoon  {
    top: 280px;
    left: 50%;
  }
}


#byline {
	font: 16px "Raleway", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 500;
	text-align: left;
	color: #CCC;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-left: 606px;
	width: 210px;
	
	
}
