body {
padding:0;
margin:0;
background:BLACK;
color:WHITE;
}
body a:link, a:visited, a:active {
text-decoration:none;
color:WHITE;
}
body a:hover {
text-decoration:underline;
color:WHITE;
}
#content{
width:1024px;
margin:0 auto 0 auto;
font-family:'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
}
#bottom{
height:79px;
width:1024px;
margin:0 auto 0 auto;
clear:both;
background-image:url(../images/bottom_background.jpg);

}
#left_content{
width:800px;
float:left;
}
#right_content{
width:224px;
float:right;
}
#left_top{
width:inherit;
}
#left_down{
width:inherit;
}
.bottom{
font-size:12px;
line-height:79px;
margin-left:50px;
}
.content{
font-size:12px;
padding:5px 10px 0 60px;
}
.content_h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#fd1164;
padding:5px 10px 0 60px;
}
.border_line{
border-bottom:1px solid #222222;
}