/* CSS Document */
body {
padding:0;
margin:0;
background-color:#333333;
}

#Wrap {
width:800px;
height:1330px;
margin:auto;
background-color:black;
}

p {
color:white;
padding:0;
margin:0;
text-align:center;
}


#Header {width:800px;}

#Header img {float:left;}

*html #Table {
padding:0 0 0 10px;
}

#Table {
width:780px;
float:left;
padding:0 0 0 8px;
}

*html .thumb {
padding:5px;
}

.thumb {
width:360px;
height:300px;
float:left;
padding:12px;
}

.thumb img {
border:10px solid #363636;
}

.movies {
width:250px;
height:175px;
float:left;
padding:5px;
}

p.download {
font-family:Arial, Helvetica, sans-serifl;
font-size:15px;
padding-top:5px;
}

p.GetAccess {
font-family:Arial, Helvetica, sans-serif;
font-size:68px;
}

p.HotOffice {
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
}

p.BeAMember {
font-family:Arial, Helvetica, sans-serif;
font-size:35px;
}

p.Footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-top:5px;
}



/* Links */
a:link { color:yellow;}
a:hover { color:yellow;}
a:active { color:yellow;}
a:visited { color:yellow;}
