body	{
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #444444;
}
#main	{
	position: relative;
	width: 720px;
	top: 170px;
	height: 400px;
	margin: auto;
	background-color: #FFFFFF;
}
#inner	{
	position: absolute;
	width: 718px;
	height: 398px;
	top: 1px;
	left: 1px;
	background-color: #666666;
}
#picture	{
	position: absolute;
	width: 698px;
	height: 378px;
	top: 11px;
	left: 11px;
	background-image: url('../images/index.jpg');
}
#enter	{
	position: absolute;
	width: 100px;
	height: 22px;
	top: 332px;
	left: 32px;
}
