body, html{  
	margin: 0px;
	padding: 0px; 
	background-color: #FFFDE4;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	height: 100%;
	background-image: url("../_img/background.gif");
}


.container 	{ 
	padding: 0px;
	overflow: hidden;
	height: 100%;
}			


.header{
	float: left;
	height: 110px;
}

.header .left{
	float: left;
}

.header .right{
	position: absolute;
	float: right;
	right: 0px;
}

.content{
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
}

.player{
	float: left;
	width: 100%;
	height: 100%;	
}

#swfobject{
	float: left;
	width: 100%;
	height: 100%;
}

.footer{
	float: left;
}
.copyright{
	float: left;
}