body
{
background-color: #000000;
background-image: url('images/bg.jpg');
background-position: top center;
background-repeat: repeat-x;
margin-top: 0px;
margin-bottom: 0px;
}

/* This area edits the DIVs */

#wrapper
{
width: 800px;
position: relative;
left: 50%;
margin-left: -400px;
height: 100%;
background-color:#790100;
}

#banner 
{
position:relative;
height:180px;
margin: 0px 0px 0px 0px;
}

#tab
{
position:relative;
height: 20px;
margin: 0px 0px 0px 0px;
}

#body
{
background-color:#790100;
width: 370px;
padding: 15px;
margin: 0px 0px 0px 0px;
color: #FFFFFF;
line-spacing: 3px;
font-family: arial;
float:left;
}

#flash
{
background-color:#790100;
margin: 0px 0px 0px 0px;
width:400px;
float:right;
}

#credits
{
clear: both;
margin: 0px 0px 0px 0px;
}

/* Others */

img
{
border-style: none;
border-width: 0px;
margin: 0px;
}

a
{
color:#ffffff;
}

a:hover
{
color:#000000;
}