@charset "utf-8";
/* CSS Document */
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	
}	
html {
background: url("images/bg.png"); /* background image (3D Polygon Infinity.jpg) By: Spaceuphoria (Own work) [CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons */
    background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100% 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    overflow-y:hidden;
    overflow-x:hidden; 
    
}
div.rel {
	height: 600px;
	width: 800px;
	position: absolute;
	margin: -300px 0 0 -400px;
	left: 50%;
	top: 50%;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}
div.box1 {
	height: 500px;
	width: 780px;
	background: #222;
	position: absolute;
	margin: -250px 0 0 -390px;
	left: 50%;
	top: 50%;
	color: #fff;
	border: 5px solid #000;
	background-color:#fff;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	behavior: url(border-radius.htc);
}
div.box2 {
	background-color:#000;
	width: 309px;
	height: 307px;	
	float: left
}
div.box3 {
	background-color:#000;
	width: 471px;
	height: 307px;	
	float: right
}
p {
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 144%;
}	
.mainheader {
	text-align: left;
	font-size: 12.5px;
	color: #ff8080;
	font-weight: bold;
	line-height: 130%
}
.quote {
	font-size: 11.5px;
	color: #d6f7ff;
	letter-spacing: 1px;
}
.quotetail {
	font-size: 9.5px;
	color: #d6f7ff;
	letter-spacing: 1px;
}

.footer {
	height:20px;
	width:550px;
	position:absolute;
	margin: 290px 0 0 -280px;
	left: 50%;
	top: 50%;
}

.footer2 {
	height:11px;
	width:262px;
	position:absolute;
	margin: 305px 0 0 -128px;
	left: 50%;
	top: 50%;
}


a:link {color:#D6F7FF;}    /* unvisited link */ 
a:visited {color:#D6F7FF;} /* visited link */ 
a:hover {color:#FF8080;}   /* mouseover link */ 
a:active {color:#FFFFFF;}  /* selected link */ 
a:link{text-decoration:none;}    /* unvisited link */ 
a:visited{text-decoration:none;} /* visited link */ 
a:hover{text-decoration:none;}   /* mouse over link */ 
a:active{text-decoration:none;}  /* selected link */
