/* RESET*/
*{margin:0; padding:0; outline:0;}
html, body{height:100%;	width:100%; text-align:center;}
img{border:0; vertical-align:top;}
a{color:#fff; text-decoration:underline;}
a:hover{text-decoration:none;}


body{font:17px Tahoma; color:#fff; background:#213564;}
.main{min-width:1000px;	width:expression(document.body.clientWidth > 1000 ? "100%" : "1000px"); text-align:left; min-height:100%; _height:100%; position:relative;}
.bg{position:absolute; width:100%; height:100%; z-index:0;}
.logo{text-align:center; padding:5% 0 5% 0; position:relative; z-index:1;}
.slogan{text-align:center; position:relative; z-index:1;}
.overlook{text-align:center; position:absolute; bottom:20px; width:100%;}


