body {
	margin:0px;
	padding:0px;
	background:url(../images/background.page.2.png);
	font-family:verdana,sans-serif;
	font-size:12px;
}

div.page {
	width:100%;
	height:800px;
	background:url(../images/background.page.1.png) repeat-x;
}
div.content {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background:url(../images/background.video.png) no-repeat 0px -10px;
}
div.header {
	padding-top:20px;
}
div.footer {
	text-align:center;
	font-size:10px;
	margin-top:10px;
}
div.header img.logoWcha {
	float:left;
	margin-top:5px;
}
div.header img.logoFaceOff {
	margin-top:-5px;
	float:right;
}
div.video {
	margin-top:20px;
	height:350px;
}
div.video div.player {
	margin-left:auto; margin-right:auto;
	width:480px;
	background:#000000;
}
div.video div.eventDetails {
	margin-top:5px;
	margin-left:auto; margin-right:auto;
	width:480px;
	color:#ffffff;
	text-align:center;
}
div.eventDetails h1 {
	font-size:14px;
	margin:0px;
}
div.eventDetails h2 {
	font-size:12px;
	font-weight:normal;
	margin:0px;
}
div.eventDetails h3 {
	font-size:12px;
	font-weight:normal;
	margin:0px;
}

div.events {
	margin-top:10px;
}
div.event {
	width:282px;
	float:left;
	text-align:center;
	border:dotted 1px #666666;
	background:#000000;
	cursor:pointer;
	padding-top:10px;
}
div.event:hover {
	border-color:#cc0000;
}
div.active {
	border:solid 1px #cc0000;
}
div.event2 {
	margin-left:20px;
	margin-right:20px;
}
div.event h1 {
	margin:0px 0px 0px 0px;
	font-size:16px;
	color:#009999;
}
div.event h2 {
	margin:0px 0px 0px 0px;
	font-size:16px;
	font-weight:normal;
	color:#666666;
}
div.event h3 {
	margin:10px 0px 10px 0px;
	font-weight:normal;
	font-size:14px;
	color:#666666;
}