body {
	background-color: black;
	margin: 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 660px;
	height: 554px;
}

#logo {
	position: absolute;
	left: 449px;
	top: 80px;
	width: 211px;
	height:30px;
	background:url(../images/ols_title.gif) no-repeat;
}

#menu {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 80px;
}

#contact {
	position: absolute;
	left: 0px;
	top: 536px;
	width: 660px;
}

#graphic {
	position: absolute;
	left: 85px;
	top: 140px;
	width: 575px;
}

#player {
	position:absolute;
	left:340px;
	top:5px;
	width:320px;
}

#text1 {
	position:absolute;
	left:85px;
	top:140px;
	width:382px;
}

#text2 {
	position:absolute;
	left:472px;
	top:140px;
	width:188px;
}

#iframe {
	position:absolute;
	left:95px;
	top:150px;
	width:362px;
	height:244px;
}

td {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #e5e5e5;
}

a {
	color : #e5e5e5;
	font-weight: bold;
}

a:visited {
	color : #e5e5e5;
}

a:hover {
	color : #685197;
}