body
{
	background-color: black;
	overflow: scroll;
		
}

#main
{
	background-image:url("../pictures/zanbinou_0.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 482px;
	margin-top: 60px;
	margin: auto;
	
}

#enter
{
	position: relative;
	left: 375px;
	top: 450px;
	
}

#enter a
{
	text-decoration: none;
}


#enter a:hover, #enter a:active, #enter a:focus
	font-weight: bold;
	color: black;
	text-decoration: underline;
	text-align: center;
}

#enter a:visited
{
	color: black;
	text-decoration: none;
}
