/* COVER ISSUE STYLE */



* {margin:0;padding:0}

/* mac hide */
html,body{height:100%;width:100%;}
/* end hide */

body {
background-color: #ffffff;
text-align:center;
min-height:600px;/* for good browsers*/
min-width:800px;/* for good browsers*/
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}

#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 400px;
}

#inner {
width: 800px;
background:#FFFFFF;
height: 400px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

.preload { 
display: block; 
background: #fff url("images/loading.gif") no-repeat 50% 50%; 
}