@charset "utf-8";
/* CSS Document */
body{
	background-color: #000000;
	text-align: center;
	background-image: url(../images/srPrimeBG.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 900px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
#head{
	background-image: url(../images/srPrime.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	position: relative;
	height: 582px;
	margin-top: -8px;
	/*background-image: url(../images/srPrime.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	width: 100%;
	height: 582px;
	background-position: center top;*/
}

#footLinks{
	font-family: Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	background-position: left;
	text-align: left;
}

#footLinks.a{
	font-family: Helvetica;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	background-position: left;
	text-align: left;	
}

.spaceOne{
	position: relative;
	width: 100%;
	top: -15px;
	left: auto;
	right: auto;
}
.samples{
	position: relative;
	height: 200px;
	width: 100%;
	top: -15px;
	left: auto;
	right: auto;
}
div.float {
	float: left;
	margin: 0pt;
	padding: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
  }
  
div.float p {
   text-align: center;
   }
#email{}

