body {
	background-color: #333333;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
}
.CNText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;
}
.CNTextFett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
	line-height: 1em;
	vertical-align: top;
}
.CNSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 1em;
	font-style: normal;
}
#contentbg {
	position: absolute;
	top: 100px;
	left: auto;
	width: 800px;
	background-color: #CCCCCC;
	min-height: 500px;
	height: auto;
	right: auto;
}
#menu {
	position: absolute;
	top: auto;
	left: auto;
	width: 800px;
	height: 100px;
}
#Content {
	height: auto;
	width: auto;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#Player {
	height: 200px;
	width: 400px;
	position: relative;
	top: 0px;
}
#Video1 {
	height: 120px;
	width: 160px;
	position: absolute;
	top: 30px;
}

#Video2 {
	height: 120px;
	width: 160px;
	position: absolute;
	top: 30px;
	left: 170px;
}

#VideoSelection {
	height: 170px;
	width: 640px;
	position: relative;
	top: 0px;
}
</style>

