div#ticker
{
 position : absolute;
 top : 10px;
 left : 0px;
 width : 100%;
 height : 20px;
 background-color : #FFFFFF;
}
 
div#head
{
 width : 900px;
 height : 180px;
 background-color : #000000;
 background-repeat : no-repeat;
}

div#navigation
{
 width : 100%;
 height : 40px;
 padding : 0px;
 margin : 0px;
 overflow : hidden;
}

div#main
{
 width : 900px;
 margin : 0px;
 padding : 0px;
 float : left;
}

div#space
{
 width : 71px;
 float : left;
}

div#content
{
 float : left;
 width : 729px;
 border-top : 1px solid #FFFFFF;
}

div#bar
{
 width : 96px;
 float : left;
 overflow : hidden;
}

div#map
{
 border : 1px solid #000000;
 width : 670px;
 height : 250px;
 margin-left : 20px;
}



