/* CSS Document */

body {
	font-size: 445px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:auto;
	color: #000000;	
	
}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
	border: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	border: #FFFFFF;
}

/*ID*/

#center {
	
	width: 800px;
	margin-left: -410px;
	position:absolute;
	left:50%;
	text-align: left;
}

#detail{
	
	margin-top: 77px;
	float: right;
}