body {
margin: 0;
padding: 0;
background-color: #000000;
}

#main_container {
width: 952px;
height: 610px;
margin: 0 auto;
}

.clearfloats {
clear: both;
}

/*---------------------------*/

#lefthand_column {
width: 582px;
height: 610px;
float: left;
}

/*-------------------------------*/

#righthand_column {
width: 370px;
height: 389px;
float: left;
background: url(images/logo_header.gif) 0 0 no-repeat;
}

#gurnee_button a {
width: 370px;
height: 59px;
background: url(images/gurnee_over.gif) 0 -59px no-repeat;
margin-top: 265px;
display: block;
}

#downtown_chicago_button a {
width: 370px;
height: 65px;
background: url(images/downtown_chicago_over.gif) 0 -65px no-repeat;
display: block;
}

#gurnee_button a:hover, #downtown_chicago_button a:hover {
background-position: 0 0;
}