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

#Wrap {
width:950px;
height:1670px;
background-color:black;
margin:auto;
padding:0;
}

#Header {
width:950px;
}

#Header img {
float:left;
}

#TopTable {
width:910px;
float:left;
padding:15px 0 0 25px;
}

.Thumbs {
width:170px;
height:230px;
float:left;
padding:5px;
}

.Thumbs img {
border:1px solid white;
}

#Left {
width:365px;
height:736px;
float:left;
}

#Right {
width:540px;
height:736px;
float:right;
background-image:url(images/top_movies.jpg);
background-repeat:no-repeat;
}

.MovieContainer{
width:500px;
height:380px;
padding:67px 0 0 14px;
}

.Movies {
width:240px;
height:169px;
float:left;
padding:4px;
}

.Movies img {
border:1px solid white;
}

.Dvd {
width:125px;
height:158px;
float:left;
padding-left:6px;
}

.Dvd img{
border:1px solid white;
}

#BottomTable {
width:910px;
float:left;
padding:5px 0 0 25px;

}

/* Box */
.Container {
width:240px;
height:40px;
position:absolute;
margin:0 0 0 1px;
padding-top:130px;

}

.Box {
width:240px;
height:40px;
background-color:black;
position:absolute;
opacity: 0.6;
filter: alpha(opacity=40);
}

p.ModelName {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
color:white;
padding:5px;
}


/* Font */
p {padding:0; margin:0;}

p.welcome {
font-family:Arial, Helvetica, sans-serif;
font-size:38px;
text-align:center;
color:white;
}

p.source {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
text-align:center;
color:#CCCCCC;
}

p.join {
font-family:Arial, Helvetica, sans-serif;
font-size:27px;
text-align:center;
color:#CCCCCC;
text-align:center;
padding:12px 0 5px 35px;
}

p.dvdaccess {
font-family:Arial, Helvetica, sans-serif;
font-size:40px;
text-align:center;
color:white;
padding:5px;
}

p.Footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
color:white;
padding:5px 0 0 280px;
float:left;
}

p.dvdinfo {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
color:white;
padding:6px;
}

p.huge {
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
float:left;
padding:24px 0 0 20px;
color:white;
}

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

