a {
	text-decoration: none;
        color: #ff7017;
}

body {
	color: white;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	background: black;
	margin: 0 auto 0 auto;
}

.header {
#	position: fixed;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 250px;
	
	z-index: 1;
	border: 0px solid green;
	color: green;
}

.anim {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 200px;
	left: -350px;
	z-index: 2;
	border: 0px solid green;
	color: green;
}
	
.content {
	position: absolute;
	width: 650px;
	height: auto;
	z-index: 2;
	top: 210px;
	left: 250px;
	clear: right;
	color: #ffffff;
	float: right;
	#min-height: 100%;
}

.content_inner {
	position: relative;
	width: 630px;
	height: 100%;
	z-index: 2;
	top: -10px;
	left: -1px;
	border: 2px solid #ff5a2c;
	clear: right;
	color: #ffffff;
	float: right;
	padding: 15px;
	min-height: 100%;
}

.content_inner td{font-size:14px;}

.hmenu {
	position: fixed;
	margin: 0px;
	width: 170px;
	height: auto;
	z-index: 1;
	top: 240px;
	left: 10px;
	float: left;
	border-right: 0px solid red;
	spacing-right: 10px;
	padding-right: 10px;
	#color: yellow;
}

.teaser {
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 170px;
	top: 1px;
	left: 355px;
	float: left;
	border: 0px solid #F8D7FF;
        padding: 5px;
	color: #F8D7FF;
	z-index: 3;
}

.counter {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
}

.caption {
	font-size: 10px;
	}
