/* CSS Document */

body{
	background-color: #000000;
	margin: 20px 0px;
	text-align: center;
}

img{
	border: none;
}

#entry{
	position: relative;
	width: 350px;
	height: 250px;
	margin: 0px auto;
	background-image: url("../entry/bg.png");
}

#button1{
	position: absolute;
	left: 85px;
	top: 183px;
	width: 80px;
	height: 9px;
}

#button2{
	position: absolute;
	left: 185px;
	top: 183px;
	width: 80px;
	height: 9px;
}
