html { height: 100%; }

body {
text-align: center; background: #000000;margin: 0px;padding: 0px;
height: 100%;
color: #808080;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;}

img {border: none;}

h1{display:none;}

#content{
position: relative;
margin: 5px auto 30px auto;
width: 875px;
}

#logo{
margin: 0px auto;
width: 850px;
}

#buttons {
clear: both;
position: absolute;
left: 760px;
top: 120px;
}

#buttons2 {
clear: both;
position: absolute;
left: 770px;
top: 120px;
}

#buttons3 {
clear: both;
position: absolute;
left: 680px;
top: 120px;
}

#buttons a, #buttons2 a, #buttons3 a  {
font-size: 10px;
font-family: verdana, arial, helvetica, sans-serif;
text-decoration: none;
color: #5da339;
}

#buttons a:hover, #buttons2 a:hover, #buttons3 a:hover  {color: #fbd92b;}

.btn { 
display: block; 
padding: 4px; 
float: left; 
text-decoration: none; 
cursor: pointer; 
margin-right: 10px;
border: 1px solid #444444;
background-color: #000000;
background-image: url(images/shade.png); 
background-position: bottom;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;	
-moz-border-radius: 2px;
border-radius: 2px;
}

.btn:hover {background-color: #888888;}
.btn:active {background-color: #000000;}

#moviebox {
clear: both;
margin: 20px auto;
border: 2px solid #808080;
padding: 15px 15px 0px 15px;
}

#thumbs{
width: 875px;
margin: 20px auto;
}

#thumbs img {
border: 2px solid #5da339;
}

#thumbs a img:hover {
border: 2px solid #fbd92b;
}

.caption {
font-size: 11px;
color: #eeeeee;
font-weight: bold;
}
.textstyle2 {font-size: 15px;
font-weight: bold;
padding: 40px 0px 40px 0px;}

a:link, a:active, a:visited {
font-weight: bold; 
font-size: 13px; 
color: #C90000; 
text-decoration: none;
}a:hover {
text-decoration: underline; 
}
