html {
overflow-y: scroll;
}
body {
background-color: #041015;
background-image: url(/images/body_bg.jpg);
background-repeat: repeat;
background-position: center;
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px auto 0px auto;
font-family: verdana;
height: 100%;
}
#main {
position: absolute;
background-image: url(/images/content_bg.jpg);
background-repeat: repeat-y;
background-position: center;
margin: 0px auto 0px auto;
width: 100%;
height: 100%;
padding: 0px 0px 0px 0px;
text-center: left;
}

#top {
width: 920px;
height: 180px;
margin: 0px auto 0px auto;
background-image: url(/images/topbanner.jpg);
background-repeat: no-repeat;
cursor: pointer;
}
#topmenu {
width: 920px;
height: 20px;
margin: 0px auto 0px auto;
background-image: url(/images/content_top.jpg);
background-repeat: no-repeat;
}
#content {
width: 860px;
margin: 0px auto 10px auto;
}


#Aurora {
font-family: arial;
display: block;
width: 966px;
text-align:center;
color: #407640;
margin: 0px auto 10px auto;
}
#Aurora a {
color: #013a51;
font-size: 9px;
font-weight: normal;
text-decoration: none;
}
#Aurora a:hover {
color: #144d65;
font-weight: normal;
text-decoration: none;
}
