@charset "utf-8";
body{
background-color: #2C2C29;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
}
#mainArea{
width:800px;
margin-left:auto;
margin-right:auto;
}
.bottomArea{
width:800px;
margin-left:auto;
margin-right:auto;
color:#FFFFFF;
text-align:center;
}
a{
color:#6699CC;
text-decoration:none;
}
h1{
font-size:52px;
color:#FFFFFF;
}