html {
height: 100%;
}

#container {
min-height: 100%;
margin-bottom: -330px;
position: relative;
}

#footer {
height: 330px;
position: relative;
}

.clearfooter {
height: 330px;
clear: both;
}

body {
 height: 100%;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 13px;
 color: #FFFFFF;
 background: #000000; }


a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:active {color: #FFFFFF;}
a:hover {background-color: #000000;}
a {text-decoration: none;}


.clear { clear: both; background: none; }
