﻿html, body {
height: 100%;
margin: 0;
padding: 0;
}
#bg {
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
}
#bg img {
 width:100%;
 height:100%; 
}
#content {
position:relative;
z-index:1;
}
.style1
{
font-family: Arial Unicode MS;
font-size: 11px;
font-weight: bold;
width: 146px;
height: 20px;
text-align: center;
}
.style2
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: larger;
color: #EEEEEE;
}
.menu 
{
text-align:center; 
}
.menu 
{
text-align:-moz-center; 
}

a:link, a:visited
{
text-decoration: none;
}
a:hover
{
    text-decoration: underline overline;
    color: #0066cc;
}
