@charset "utf-8";
/* CSS Document */

mashtml, body {
margin:0;
background-color:#ffffff;
font-family: Georgia, "Century Gothic", Tahoma;
color: #ffffff;
font-size: 14px;
}

img.bg {
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;}
		
@media screen and (max-width: 1024px){
img.bg {
left: 50%;
margin-left: -512px; }}

.PageManagerInfoContainer {
display:none;}

a{
color: #ffffff;}

.splash_page {
position: relative;
width: 100%;
float:left;}

.top_banner{
margin-top: 20px;
clear: both;
float: left;
width: 100%;}

.banner_container{
width: 980px;
margin: 0 auto;}

.banner_left{
float: left;
width: 490px;
height: 130px;}

.banner_right{
float: left;
width: 490px;
height: 130px;}

.banner_bottom{
clear: both;
float: left;
width: 980px;}
