body {
background-color: #E60000;
padding: 0px;
margin: 0px;
}

/* navi styles */

#botbar {
background-image: url(bgbotbar.gif);
background-repeat: repeat-x;
text-align: center;
width: 100%;
height: 100%;
position: relative;
top: 0px;
}

#botblock {
width: 608px;
height: 100%;
margin: 0 auto;
background-color: #D50000;
text-align: center;
position: relative ;
top: 0px;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-top-width: 1px;
border-color: 8D0000;
}

a.address {
text-align: left;
font-size: 12;
font-family: verdana;
color: white;
position: absolute;
top: 2px;
left: 130px;
}

a.address2 {
text-align: right;
font-size: 12;
font-family: verdana;
color: white;
position: absolute;
top: 2px;
right: 130px;
}