/* CSS Document */

body {
background-color:#000000;
}

#container {
width: 808px;
margin: 0 auto;
padding-top: 30px;
background-image:url(topbit.gif);
}

#leftside {
width: 238px;
float: left;
}

#rightside {
width: 570px;
float: left;
background-color: #246006;
}
