html {
width:100%; 
height:100%;
background-image:url(../img/home.jpg); 
background-repeat: no-repeat;
background-color: #8EC1FA;
}
body
{  
font: 75%/1.33 Verdana, sans-serif;
color: #FFFFFF;
}
#main
{
position:absolute; top:0; right:0; margin:3% 6% 0 0;
color: #FFFFFF;
}
ul {
list-style-type: none;
}
#main h1 {
font: 500%/1.00 Verdana, sans-serif;
}
ul li {
font: 150%/2.33 Verdana, sans-serif;
text-align: center;
}
#bottom {
position: absolute; bottom: 0; right: 0; margin: 0 6% 2% 0;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #000000;
}
a:active{
color: #FFFFFF;
}
#overlay {
width: 60%;
background: #FFFFFF;
opacity: .8;
color: #000000;
position: absolute; bottom: 100; left: 60; margin: 0 0 0 0;
padding: 20 20 20 20;
}
#overlay h1,h2{
text-align: center;
}
#overlay th {
color: #000000;
}
#overlay td {
font: 75%/1.33 Verdana, sans-serif;
text-align:left;
color: #000000;
padding: 5;
vertical-align: top;
}
#overlay ul {
text-align: center;
}
#overlay a:link{
color: #000000;
}
#overlay a:visited {
color: #000000;
}
#overlay a:hover {
color: #0000FF;
}
#overlay a:active{
color: #000000;
}
#exit{
position: absolute; bottom: 5; right: 5;
}
#overlay a#close{
color: #FF0000;
}