@charset "utf-8";

body /* Internet Explorer */
{
text-align: center;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
} 

#theLayer{
    position: absolute;
    width: 300px;
    left: 320px; 
    top: 95px; 
    visibility: visible; 
    z-index:1;
}


div#left-bar, div#right-bar {
    width:197px;
    position:relative;
    padding-top:0px;
}

div#left-bar {
    float:left;
}
	
div#right-bar {
    float:right;
}

div#main {
    width:518px;
    border:0px solid #000000;
    float:left;
    margin:0px 10px;
    padding-top:0px;
}