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

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

#Header {
width:950px;
}

#Header img {
float:left;
}

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

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

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

#DvdTable {
width:880px;
float:left;
padding:5px 0 0 38px;
}

.Dvd {
width:115px;
height:165px;
float:left;
padding:4px;
}

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

#BottomTable {
width:900px;
padding:5px 0 0 20px;
float:left;
}

#Left {
width:560px;
height:491px;
float:left;
}

#Right {
width:340px;
height:491px;
background-image:url(images/japanese_porn.jpg);
background-repeat:no-repeat;
float:right;
}

.Movies {
width:153px;
height:160px;
float:left;
padding:3px;
}

.MovieContainer {
width:325px;
height:345px;
padding:75px 0 0 8px;
}

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

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

.Box {
width:153px;
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;
float:left;
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:5px;
}

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