body {
text-align:center; /*center hack*/
background-color:#e8e9e8;


	min-width:950px;
}
#background {
    width: 100%; 
    height: 100%; 
   	position: fixed;
	z-index: -1; 
    left: 0px; 
    top: 0px;    
	min-width:800px;
background-repeat:no-repeat;
background-position:center top;
}




#outsidecontainer {
    max-width:1280px;
    min-width:1280px;

	/*min-height:800px;*/

width: auto !important; /*IE6 Hack*/
margin: 0 auto; /*center hack*/
text-align:left;/*center hack*/
/*border:1px solid black;*/

overflow:hidden;
background-color:#ffffff;
/*background-image:url(../images/body_bg.png);
background-repeat:no-repeat;*/
}
#container{
width:1280px;
background:transparent;
overflow:hidden;
}
#top_banner {
width:1280px;
height:232px;
background-image:url(../images/top_banner.png);
background-repeat:no-repeat;
background-position:top left;
}
#banner_text
{
}
#banner_image
{
}
#middlecontainer
{
width:1280px;	
overflow:hidden;
float:left;
background-color:#092d6b;
}

#maincontent
{
width:1280px;
height: 477px;
overflow:hidden;
float:left;
background-image:url(../images/main_bg.png);
background-repeat:no-repeat;
background-position:top left;
}
#content {
overflow:hidden;
float:right;
}
#footer
{
overflow:hidden;
float:right;
width:1280px;
height:222px;
background-color:#1d1d1b;
text-align:right;
color:#fff;
font-weight:bold;
font-family:Arial;
background-image:url(../images/bottom_banner.png);
background-repeat:no-repeat;
background-position:top left;
}


a:link, a:visited {
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: left;
}




