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

<style type="text/css">

html, body {
height: 100%;
margin: 0;
padding: 0;
text-align:center;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
}


#vert-hoz {
position:absolute;
top:50%;
left:50%;
margin-top:-160px;/* half elements height*/
margin-left:-125px;/* half elements width*/
width:250px;
height:287px;
border:0;
overflow:visible;
/*overflow:auto;/* allow content to scroll inside element */
text-align:left;
}


#logo {
min-height: 10em;
display: table-cell;
vertical-align: middle;
height: 100%; 
overflow: visible;
}

img#logobkgd {
vertical-align:middle;
}

#footer {
background-color:#000;
position: absolute;
bottom: 0;
left:0;
width:100%;
}

#footer p {
margin-bottom:12px;
font-size: 0.9em;
font-style:bold;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
text-align: center;
font-weight:bold;
color:#DCB46D;
} 


</style>

<!--[if IE 6]>

<style type="text/css">
html { overflow-y: hidden; }
body { overflow-y: hidden; }
#bg { position:absolute; z-index:-1; }
#content { position:static; }
</style>

<![endif]-->
