* {
margin:0 auto;
}

body {
background:#000000;
text-align:center;
}

#header {
background: url(images/gradient.gif);
margin-top:100px;
height:220px;
}

#content {
width:742px;
height:185px;
background: #080808;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:30px;
float:left;
}

a {
color:#FFFFFF;
}

#bar_top, #bar_bottom {
width:802px;
height:15px;
float:left;
background: #080808;
}

.floatleft {
float:left;
}

.floatright {
float:right;
}

.clearfloat {
clear:both;
}

#main {
width:802px;
margin:0 auto;
}


