*{
color: white;
margin: 0;
padding: 0;
font-family: Arial, Verdana;

}

p{

font-size: 12px;
}


body   
{ 
background-image: url('images/bg.gif'); background-repeat: repeat; 
background-color: #333333;
}


#main{
background: #333333;
width: 800px;
margin: 0 auto;
border: 2px solid #595959;
}

#header{
background-image:url(images/header2.jpg);
background-repeat: no-repeat;
width: 800px;
height: 72px;
margin-bottom: 4px;

}

#notice{
background: #0f3b53;
width: 600px;
margin: 0 auto;
border: 1px solid #595959;
padding: 5px;
text-align: center;
margin-bottom: 24px;
}

.brands{
text-align: center;
margin: 0 auto;
}

table.brands td{
padding: 3px;
}


#footer{
margin: 0 auto;
width: 450px;
text-align: center;
}

#footer p{

line-height:40px;

}

img.front_boxes{
border: 1px solid #595959;

}

img.front_boxes2{
border: 3px solid #0f3b53;

}
