@charset "utf-8";
/* CSS Document */
body{
text-align:center;
}
#wrapper{
	width:800px;
	margin:20px auto;
}
#top_content{
	background-image:url(../images/splash/content-top.png);
	background-repeat:no-repeat;
	width:799px;
	height:27px;
}
#middle_content{
	background-image:url(../images/splash/content-bg.png);
	background-repeat:repeat-y;
	background-position:center;
	width:722px;
	text-align:left;
	padding-left:78px;
	padding-top:27px;
	padding-bottom:23px;
}
#bottom_content{
	background-image:url(../images/splash/content-bottom.png);
	background-repeat:no-repeat;
	width:799px;
	height:27px;
}

#select_title{
	margin-top:25px;
	margin-bottom:19px;

}
#or_title{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:65px;
}