@charset "utf-8";
<style type="text/css"> 
<!-- 
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width:940px;
	height:auto;
	text-align:left;
	margin:auto;
	position:relative;
} 

#containerPage { 
	width:940px;
	height:auto;
	margin:0;
	text-align:left;
	margin: 0px 0px 0px 20px; /* top - right - bottom - left */
} 

/* ----------TOP AREA-------------- */ 
#top {
	width:940px; height:525px;
	margin:0px 0px 0px 0px;
	display:block;
}


/* ----- CONTENT AREA ----- */

#mainContent {
	width:940px; height:auto;
	margin:0px 0px 0px 0px;
	display:block;
	background-image: url(../elements/main_back.jpg);
	background-repeat:no-repeat;
}
#mainContent #contentMenu{
	float:left;
	width:202px;
	margin:0;
	display:inline; /* displayed inline, inside the current block */
}
#mainContent #contentText{
	float:left;
	width:738px;
	margin:0;
	display:inline; /* displayed inline, inside the current block */
}

#transpbox {
	position:absolute; 
	z-index:900;
	margin: 0px 0px;
}

#uplayer {
	position:absolute; 
	z-index:990;
}

#animhometext {
	position:absolute; 
	z-index:995;
	margin: 0px 0 0 80px;
}

/* ----BOTTOM AREA----- */

#bottomarea{
	clear:both;
	width:940px; height:44px;
	margin:0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

--> 
</style>