@charset "utf-8";

*{
margin:0;
padding:0;
}

body{
background:url(../img/bg.jpg) repeat-x;
font-size:12px;
color:#FFFFFF;
text-align:center;
}

#top{
width:600px;
height:100%;
margin:50px auto 20px;
padding:10px;
background:#1a0514;
text-align:left;
}

#top2{
width:600px;
height:300px;
background:url(../img/index.jpg);
margin-bottom:20px;
}

#leave {
float:left;
width:250px;
height:35px;
text-align:right;
margin:20px 0px 30px;
}
#enter{
float:right;
width:250px;
height:35px;
text-align:left;
margin:20px 0px 30px;
}

h1 {
font-size:16px;
margin-bottom:10px;
text-align:center;
line-height:1.2em;
color:#ff02ff;
}

#main{
width:560px;
height:300px;
background:#000000;
padding:20px;
line-height:1.3em;
}

strong {
color:#FF99FF;
}

#footer {
text-align:center;
font-size:10px;
margin:10px auto;
}