/* hide from ie on mac \*/
html {
height: 100%;
}
#flashcontent {
height: 100%;
width:1000px;
margin:auto;
}
/* end hide */
body {height: 100%;
padding: 0;
background-color: #000000;
color:#999999;
margin: 10px;
font-family: Garamond,verdana,Georgia,"sans serif";
font-size: 1em;
}
div#header
{
height:200px;
width:800px;
background:url("./images/header.jpg") no-repeat;
font-family: garamond,verdana,"sans-serif";
font-size:2.5em;
font-weight:bold;
margin:10px auto;
padding:10px;
}
div#sepa{width:750px;height:2px;border-bottom:1px solid #999;margin:auto;}
div#menu
{
width:700px;
margin:0 auto;
padding:0 10px;
font-size:1.8em;color:#999;
list-style-type:none;
}
div#menu a {text-decoration:none;color:#999;}
li {display:inline;padding:0;text-align:center;}
a:hover {color:#fff;font-weight:bold;}
}
div#footer {width:700px; height:30px;text-align:center;font-size:0.8em;margin:auto;}
p {text-align:center;}