@charset "UTF-8";
/* CSS Document */

* {  
	margin: 0; 
	padding: 0; 
}

body {
	margin: 0 auto;
   
}

.maintable {
	height:722px;
	width: 100%;
	position: absolute;
	margin: 0 auto;
	top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}


#line {
	
	background-repeat: repeat-x;
	background-position: center center;

	margin-top: 475px;
	background-color: #666;
	background-image: url(spacer.gif);
}


.text_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ccc;
	font-style: normal;
	text-decoration: none;
	font-weight: lighter;
}




a:link {
	color: #996;
	text-decoration: none;
}
a:visited {
	color: #996;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
	color: #996;
}
