@charset "utf-8";
*{
margin:0px;
padding:0px;
font-weight:normal;
}

body
{
background-color:#000000;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
}

p{
margin-top:10px;
color:#666666;
}
h1{
margin-top:10px;
font-size:50px;
}
h1, h2{
margin-bottom:0px;
}
h2{
font-size:20px;
margin-bottom:20px;
}

#wrap
{
width:800px;
margin:0px auto 0px auto;
}
#left
{
width:640px;
float:left;
}

#swfholder
{
width:600px;
border:10px solid #999999;
}

