body,td,th {
	color: #0a1d32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
   background-color: #000000;
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}
#content {
	position:absolute;
	top:0;
	left:50%;
	width:1311px;
   height: 890px;
	z-index:1;
   background-image: url('images/terms/bg_faq.jpg');
   background-repeat: no-repeat;
	overflow: visible;
	margin-left: -656px;
   margin-right: auto;
   color: #ffffff;
}

#text {
   position:absolute;
   top:320px;
   left:50%;
   width:788px;
   height:450px;
   z-index:3;
   background-color: #0a1d32;
   background-image: none;
   background-repeat: no-repeat;
   overflow: auto;
   margin-left: -394px;
   color: #ffffff;
   border-left: 18px solid #143961;
   border-right: 18px solid #143961;
   border-top: 18px solid #143961;
   border-bottom: 18px solid #143961;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 20px;
}

.footer {
   position:absolute;
   top:290px;
   left:50%;
   width:788px;
   height:30px;
   z-index:5;
   background-image: none;
   background-repeat: no-repeat;
   overflow: visible;
   margin-left: -394px;
   margin-top: 0px;
   color: #ffffff;
   padding-left: 20px;
   padding-right: 20px;
}

#texttop {
   position:absolute;
   top:343px;
   left:50%;
   width:788px;
   height:37px;
   z-index:6;
   overflow: hidden;
   margin-left: -394px;
}
			a.terms:link {
				color: #999;
				text-decoration: none;
                font-size: 9px;
			}
			a.terms:visited {
				text-decoration: none;
				color: #999;
                font-size: 9px;
			}
			a.terms:hover {
				text-decoration: underline;
				color: #999;
                font-size: 9px;
			}
			#terms {
				color: #999;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 9px;
				text-align:left;
				position:absolute;
				left:50%;
				top:840px;
				width:1050px;
                margin-left: -525px;
				height:48px;
                vertical-align: middle;
			}
