
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	color:#666666;
	background:#FFF;
}

*{
	margin: 0px;
	padding: 0px;
}

#mainholder{
	width: 400px;
	height: 360px;
	position:relative;
	background:url(../images/background.png) no-repeat top left;
	}
	
#vidholder{
	width: 385px;
	height: 290px;
	position: absolute;
	top: 8px;
	left: 8px;
}

#bottom{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: .8em;
	color:#666;
	position:absolute;
	top: 319px;
	left: 215px;
	
}

#bottom a{
	color:#666;
	text-decoration: none;
}
#bottom a:hover{color:#FFF;}

