/* CSS Document */


body{
background-color:#FFCCFF;
padding:0;
margin:0;
font-family: arial;
}
#wrapper{
background-color:#FF00D8;
border:1px solid #333333;
overflow:hidden;
margin:0 auto;
width:900px;
}
#video{
background-color:#FF00D8;
width:419px;
height:363px;
float:left;

}
.vid{
text-align:center;
margin-top:10px;
}

#vid1, #vid2{
width:450px;
height:361px;
float:left;
}
.vid1, .vid2{
text-align:center;
margin-top:10px;
}

#header{
width:481x;
height:363px;
margin:0;
}

#header img{
float:left;
}

#midlink{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:36px;
color:#FF0000;
font-weight:bold;
text-align:center;
margin-bottom:2px;
}
#thumbs img, #bonus img{
float:left;
}
a:link {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}






