@charset "utf-8";
/* CSS Document */

html, body {

	height:100%;

	margin:0;

	position:relative;

}

html {background:#000000 repeat center 0px; }

body {
	background: #000000 repeat center 0px;
	min-width:900px;

}

#container {
	width:900px;
	margin: auto;
	

}

#header {
	width: 900px;
	position: relative;
	background: #000000;
	height: 33px;

}

.nav {
	width: 900px;
	height:20px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	float:left;
	color:#FFFFFF;
}

.nav a{
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color:#FF9900;
	text-decoration: none;
	background:#FFFFFF;
}
.player {
	width: 105px;
	height:20px;
	float:left;
	margin-top: 5px;
	margin-left: 5px;

}

#flash {
	width: 900px;
	height: 500px;
	background:#FFFFFF;
	position:relative;
	margin-top: 10px;
}

.flash-left {
	width: 303px;
	height: 500px;
	float:left;
	background:url(../includes/left-logo2.jpg) no-repeat;
}

.flash-text{
	width: 557px;
	height: 500px;
	float:left;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	background:url(../includes/cotent-bg.jpg) no-repeat;
}

#footer {
	width: 900px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#EEEEEE;
	font-size: 10px;
}