/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image:url(img/bg.gif);
	margin: 0;
}
p{
	text-align : center;
	position:relative;
	padding: 0;
	margin: 0 auto;
}
img{
	border: none;
}
div{
	margin: auto;
	background-position: center;
}
#repeat{
	margin: 0px;
	background-image: url(img/manga_star.gif);
	background-repeat: repeat-x;
}
.main{
	width: 900px;
}
#middle{
	height: 410px;
	background: url(img/manga_03.gif) no-repeat;
	text-align: center;
}
#bottom{
	height: 298px;
	background: url(img/manga_04.gif) no-repeat;
	text-align: center;
}
#end{
	width: 900px;
	background: url(img/manga_05.gif) repeat-y;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}
#btn01 {
	width: 200px;
	left: 6px;
	top: 264px;
}
#btn02 {
	width: 200px;
	left: 154px;
	top: 256px;
}

