/* hide from ie on mac \*/
html, body, #website {
   /* 	height: 100%;
    	overflow: hidden;
    */
}

/* end hide */


body {
    background: #000000;
    font:86% Arial, sans-serif;
    margin:0;
    text-align: center;
} 

#website {
    text-align: left;
    width: 990px;
	height: 860px;
    margin: 0 auto;
    position: relative;
    background-color: #000000;
    font: 86% Arial, sans-serif;
}

#site {
    text-align: left;
    width: 960px;
	height: 800px;
    margin: 0 auto;
    position: relative;
    background-color: #000000;
    font: 86% Arial, sans-serif;
}

