html, body {
margin: 0;
padding: 0;
text-align: center;
height: 100%;
min-height: 100%;
background-color: #bec3c8;
font-family: arial;
font-size: 13px;
line-height: 18px;
}

#container {
position: relative;
text-align: left;
margin: 0 auto 0 auto;
padding: 0;
width: 1000px;
_height: 100%;
min-height: 100%;
z-index: 2;
overflow: hidden;
}

#sidebar {
position: relative;
margin: 0 0 0 20px;
width: 102px;
height: 595px;
_height: 595px;
min-height: 595px;
z-index: 2;
}

/* BACKUP
#main { 
position: absolute;
top: 30px;
left: 160px;
width: 751px;
height: 536px;
padding: 50px 0 0 35px;
background-image: url(backs/main.jpg);
background-repeat: no-repeat;
}
*/

#main { 
position: absolute;
top: 10px;
left: 160px;
width: 778px;
height: 522px;
padding: 50px 0 0 35px;
background-image: url(backs/main2.jpg);
background-repeat: no-repeat;
}

#main_inner {
margin-right: 100px;
}

#ticker {
position: absolute;
top: 560px;
left: 160px;
width: 775px;
height: 41px;
background-image: url(backs/ticker.jpg);
background-repeat: repeat;
}

#ticker_inner {
margin: 8px 0 0 20px;
}

#copyright {
position: absolute;
left: 26px;
top: 570px;
_bottom: 1px;
font-family: arial;
font-size: 7pt;
color: #ffffff;
z-index: 3;
}

/* IMAGES */
img {
border: 0px;
}

img.toplogo {
position: absolute;
top: -13px;
left: 0px;
}

img.bottomlogo {
position: absolute;
top: 570px;
left: 870px;
}

img.button1 {
position: absolute;
top: 299px;
left: 60px;
}

img.button2 {
position: absolute;
top: 299px;
left: 288px;
}

img.button3 {
position: absolute;
top: 299px;
left: 520px;
}

img.navbar {
position: absolute;
top: 560px;
left: 156px;
}

/* HR */
hr.bottom {
position: absolute;
bottom: 10px;
left: 0px;
width: 100%;
height: 1px;
color: #ffffff;
background-color: #ffffff;
border: 0px;
}

a {
color: #e3000f;
}

a:hover {
color: #6b7579;
}

td {
font-size: 13px;
}