@charset "utf-8";
/* CSS Document */

html, body { height:100%; margin: 0; padding: 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background-color:#fff; }

div#OuterContainer {
visibility: hidden;
width: 100%;
height: 50%; /* Bump div#InnerContainer down half the height of the screen. */
margin-top: -375px; /* Half the height of div#InnerContainer. */
float: left;
}
div#InnerContainer {
width: 994px;
height:750px;
clear: both;
margin-left: auto; 
margin-right: auto;
position: relative;
top: -375px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}
            /* Hide from IE5mac \*//*/
                div#OuterContainer {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */

p { padding:0; margin:6px 0 16px 0; }
img { border:0 }

.Contentholder{ height:750px; width:994px; border:6px solid #46166B; }