* {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

body {
	background: #fff;
}

#wrapper {
	position: absolute;
	width: 800px;
	height: 100%;
	left: 50%;
	margin-left: -400px;
	background: #690;
}
#header {
	position: fixed;
	z-index: 3;
	width: 800px;
	height: 80px;
	background: #f60;
	color: #690;
	vertical-align: middle;
	border-bottom: 4px solid #fff;

}

#logo_text {
	position: absolute;
	text-align: right;
	top: 20px;
	left: 30px;
}

#content {
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 120px;
	background: #690;
	padding-bottom: 70px;
}

#menu {
	position: absolute;
	width: 100%;
	height: 28px;
	top: -33px;
	text-align: left;
	
	padding-top: 5px;
}
#menu img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-right: 5px;
}

#content_wrapper {
	position: relative;
	padding: 10px 10px 0 10px;
	text-align: center;
}

#footer {
	z-index: 2;
	position: fixed;
	bottom: 0px;
	width: 800px;
	height: 25px;
	background: #f60;
	font-size: 9pt;
	color: #111;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	border-top: 0px solid #fff;
}

#player {
	margin-top: 10px;
}
#content_wrapper p {
	text-align: left;
	margin: 10px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-size: 11pt;
}
