html
{
height: 100%;
}
body
{
text-align:center;
height: auto;
margin: 0;
padding: 0;
font-family: Tahoma, Arial, sans-serif;
font-size: 85%;
color: #000;
background:#000 url('bottom.png') no-repeat bottom center;
}
#container
{
position: relative;
width:720px;
height: 100%;
margin: 0em auto;
background-color: #000;
border-left: 2px solid #555;
border-right: 2px solid #555;
text-align:center;
background-color: #000;
filter:Alpha(opacity=85);
-moz-opacity:0.85;
-khtml-opacity:0.85;
opacity:0.85;
}
img
{
border: 0px;
}
a
{
text-decoration: none;
}
a:link
{
color: #f62;
}
a:visited
{
color: #f62;
}

a:active
{
color: #f62;
}

a:hover
{
color: #777;
}