
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	height: 100%;
	background-image:url(/images/body_bg.gif); background-position: 0 50% ; }
	
	
	div#OuterContainer {
visibility: hidden;
width: 100%;
height: 50%; /* Bump div#InnerContainer down half the height of the screen. */
margin-top: -185px; /* Half the height of div#InnerContainer. */
float: left;
}

div#InnerContainer {
width: 100%;
height: 370px;
clear: both;
margin-left: auto; 
margin-right: auto;
position: relative;
top: -185px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}
            /* Hide from IE5mac \*//*/
                div#OuterContainer {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */

.holder{ height:370px; width:100%; background-color:#FFFFFF; }



.main{ width:100%; height:370px; padding:0; background-image:url(/images/landing_bg.jpg); text-align:center; background-repeat:repeat-x; }



