body {
	font: 16px arial,helvetica;
	margin: 0;
	padding:0;
}

a:link {
	color: #427;
}

a:hover {
	color: #649;
}

#header {
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 650px;
	height: 68px;
}

#contentbg {
	background: #fff;
	position: absolute;
	left: 0px;
	top: 68px;
	width: 650px;
	height: 394px;
}

#mediaplayer {
	position: absolute;
	left: 2px;
	top: 102px;
	border: 2px solid #c3a3ec;
}

#ticker {
	background: #fff url(../images/wc_lv_ticker_bg.jpg) no-repeat;
	position: absolute;
	left: 417px;
	top: 111px;
	width: 224px;
	height: 31px;
}

#sessionlist {
	position: absolute;
	left: 422px;
	top: 150px;
	width: 220px;
	height: 214px;
	overflow-x: hidden;
	overflow-y: auto;
}

#sessionlist .ses_item {
	font-weight: bold;
	font-size: 0.75em;
	margin-bottom: 0.5em;
}

#sessionlist .ses_time,
#sessionlist .ses_desc {
	color: #fff;
}

#sessionlist .ses_title {
	color: #427;
}

#sessionlist .ses_desc {
	font-size: 90%;
}

#softwarereqs {
	position: absolute;
	left: 422px;
	top: 396px;
	width: 212px;
	height: 35px;
	max-height: 35px;
	font-weight: bold;
	font-size: 0.55em;
	color: #fff;
	text-align: center;
	margin-top: -1.0em;
}

#footer {
	position: absolute;
	left: 0px;
	top: 462px;
	margin: 0;
	padding: 0;
}

#footer img {
	margin: 0;
	padding: 0;
	border: 0;
}

