body {
	background-color: #000000;
    font-family: EurostileExtended-Roman-DTC;
    font-size: 12px;
	text-align: center; /* for IE */
}
/* 
	all a
*/
a{
	color: #000099;
}
a:link{
	color: #000099;
}
a:hover{
	color: #0000FF;
}
a:active{
	color: #999999;
}
a:focus {
	outline: none;
}

/* 
	all img
*/
img {
	border-style: none;
	border-width: 0px;
}


/* 
	all divs
*/
div{
	background-color: #000000;
	border-style: none;
	border-width: 1px;
	border-color: #FF0000;
}
div.motherContainer {
	position:relative;
	float:clear;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */	
	width: 640px;
	height: 523px; /*480px*/
}
div.header {
	position:absolute;
	left:0px;
	top:0px;
	width: 640px;
	height: 86px; /*43px*/
}
div.topMenuContainer {
	position:absolute;
	left:85px;
	top:85px; /*42px*/
	width: 500px;
	height: 20px;
}
div.topMenuButton {
	position:relative;
	float: left;
}
div.sideBar {
	position:absolute;
	left:0px;
	top:86px;/*43px*/
}
div.soundPlayer {
	position:absolute;
	left:0px;
	top:463px; /*420px*/
}
iframe.content {
	position:absolute;
	left: 85px;
	top: 109px; /*66px*/
	width: 536px;
	height: 417px;
	margin:0px;
	padding:0px;
}






