#container{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	font-family: Verdana;
}

#container_inner{
	width:540px;
	height:465px;
	margin:70px auto 0px auto;
}
#top{
	position:relative;
	float:left;
	width:100%;
	text-align: center;
}

#middle {
	position:relative;
	float:left;
	height:300px;
	width:100%;
	margin-top:30px;	
}

#middle_inner {
	position:relative;	
	width:455px;
	margin:0px auto 0px auto;
}

p {
	font-size: 10px;
	line-height: 20px;
	letter-spacing:1px;
}

.choice {
	text-align: center;
	margin-top:130px;
}

#bottom {
	position:relative;
	float:left;
	width:100%;
}

#bottom p {
	text-align: center;
	font-size: 10px;
	line-height: 20px;	
}
#bottom_left {
	float: left;
}

#bottom_right {
 	float: right;
}

/* html */
img {
	border:none;
}
