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

* {
	text-align: center; 
}

body {
font:Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size:12px;
}
 #container {
	width: 100%;
	height:576px;
	background: #FFFFFF;
	margin: 0 auto; 
	border:none;
	text-align: center;
}
 #mainContent {
 padding: 100px 100px; 
}

a {
text-decoration:none;
color:#000000;
}


a:link { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #666666; text-decoration: none }

#spacer {
height:10px;
width:100px;
}


#logo {
padding-bottom:10px;
}



