html {
height:100%
}
body {
background-color:#100000;
background-image:url(../images/background.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:auto 100%;
color:#fff;
font-family:sans-serif
}
#menu {
width:730px;
position:fixed;
top:0px;
left:50%;
margin-left:-365px;
overflow:visible;
z-index:150
}
#footer {
bottom:0;
position:absolute;
width:99%
}
#footer .text {
font-family:OldEnglishFive, Fallback, sans-serif;
font-size:14px;
font-style:italic;
margin-bottom:15px;
text-align:center
}
