/* hide from ie on mac \* /
html, body, #website {
    height: 100%;
    overflow: hidden;
}
/* end hide * /
body {
    background: #FFFFFF;
    font: 50% Arial, sans-serif;
    margin: 0;                
}
*/
html		{ height: 100%; }
body		{ height: 100%; margin: 0px; background: #000000; }
table		{ width: 100%; height: 100%; border-collapse: collapse; }
td			{ padding: 1px; text-align: center; }
object, img	{ width: 960px; height: 800px; }