﻿@charset "utf-8";
body {
	background:#080101;
	text-align:center;	
}

#main{
	background-image:url(../images/fairy_list_bg.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height:1040px;
	z-index:10;
	position:relative;
}

#menu{
	left:53px;
	top: 40px;
	z-index:99px;
}

#title_said, #title_learning, #title_light, #title_whiteflower, #title_wirtting{
	left:65px;
}

#title_said{
	top: 300px;
}

#title_learning{
	top: 390px;
}

#title_light{
	top: 480px;
}

#title_whiteflower{
	top: 570px;
}

#title_wirtting{
	top: 660px;
}

#footer{
	z-index:20; 
	top:945px;
	left:400px;
	color:#6F6965;
}

*html #footer{	
	top:955px;
	left:400px;	
}