@charset "UTF-8";
/* CSS Document */

a:link, a:visited {
	color:#FF33CC;
}
a:hover {
	color:#FF0099;
}

body {
	background-color:#bff0ff;
	background-image:url(images/repeat.jpg);
	background-repeat:repeat;
	background-position:center;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0099FF;
	line-height:18px;
}

.repeat_y {
	background-repeat:repeat-y;
}
#video_wrapper {
	width:444px;
	height:240px;
	background:#000000;
	margin-top:195px;
	margin-left:35px;
}