@charset "UTF-8";


#wrapper {
min-width: 998px;
text-align:left;
}

#content {
width: 998px;
height: 645px;
margin-left: auto;
margin-right: auto; 
margin-top: 1px;
}

#content p {
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}

#content p a:link {
	color: #666;
	text-decoration:none ;
}

#content p a:active {
	color: #666;
	text-decoration:none ;
}

#content p a:visited {
	color: #666;
	text-decoration:none ;
}

#content p a:hover {
	color: #666;
	text-decoration:none ;
}



