@charset "utf-8";
/* CSS Document */

* { margin:0 0; padding:0 0; }

/*html { background-color: #155e78; background-image: url(../images/bg_white.png) repeat-x;}*/

body { background: #155e78 url(../images/bg_white.png) repeat-x; color: white;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.8em; 
		}

a { color: #fff; text-decoration:none;} /*orange*/ 

.landingWrapper { 
background: url(../images/bg_logo_comingsoon.png) 50% top no-repeat; 
width:100%; margin:43px auto; padding-top:370px; }

.landingContent  {  padding:10px 0; display:block; text-align:center; border-top:3px solid #bf6f29; border-bottom:3px solid #bf6f29; width:270px; margin: 0 auto; font-weight: normal; vertical-align:middle; /*outline:1px solid pink;*/} 

.landingContent span { font-weight: bold; font-size:1.1em;}

.landingContent + p { display: block; text-align:center; margin: 10px auto;  width:270px;}