@charset "utf-8";
/* CSS Document */
body {
		background: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
}
a,
a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
#wrapper {	
		position: absolute;
		width: 800px;
		left: 50%;
		margin: 10px auto auto -400px;
}
#header {
		width: 800px;
		height: 73px;
		background: url(../images/header.png) no-repeat;
		overflow: hidden;
}
#header #header_left {
		width: 145px;
		height: 73px;
		float: left;
}
#header #header_left img {
		border: 0;
}
#header #menu {
		width: 655px;
		height: 73px;
		float: left;
}
#header #menu ul {
		list-style: none;
		margin: 43px 0 0 22px;
		padding: 0;
}
#header #menu li {
	display: inline;
	padding: 0 4px 0 0;
}
#header #menu img {
		border: 0;
}
#main {
		width: 800px;
		background-color: #FFFFFF;
		clear: both;
		overflow: hidden;
}
#main #main_left {
	width: 600px;
	float: left;
	background-image: url(../images/main_back.png);
	background-repeat: repeat-y;
	padding-bottom: 600px;
	margin-bottom: -600px;
	}
#main #main_left #main_left_top {
	width: 315px;
	height: 31px;
	background: url(../images/professional.png);
	margin-left: 10px;
	}
#main #main_right {
	width: 200px;
	float: left;
	padding-bottom: 600px;
	margin-bottom: -600px;
	}
#main #main_right #main_right_top,
#main #main_right #main_right_bottom {
	width: 200px;
	min-height: 190px;
	}
#main #main_right #main_right_top #text {
	padding-top: 50px;
	}
#main #main_right #main_right_top #text p {
	margin: 0;
	padding: 0 10px 4px 4px;
	}	
#main #main_right #main_right_bottom ul {
	margin: 0 0 0 0;
	padding: 60px 0 0 0;
	list-style: none;
	}
#main #main_right #main_right_bottom ul li {
	background: url(../images/tick.png) no-repeat 0 3px;
	padding: 0 20px 1px 16px;
	}
#bottom {
		clear: both;
		width: 800px;
		height: 44px;
		background: url(../images/bottom.png) no-repeat #FFCC32;
}
#bottom #menu {
		width: 522px;
		height: 44px;
		float: left;
}
#bottom #menu ul {
		list-style: none;
		margin: 1px 0 0 10px;
		padding: 0;
}
#bottom #menu li {
	display: inline;
	padding: 0 12px 0 0;
}
#bottom #menu img {
		border: 0;
}
#bottom #right {
		width: 278px;
		float: left;
		height: 45px;
}
#bottom #right img {
	border: 0;
	padding-top: 1px;
}
#footer {
	width: 800px;
	height: 40px;
	margin-top: 10px;
	clear: both;
}
#footer #footer_left,
#footer #footer_right {
	width: 400px;
	height: 40px;
	float: left;
	}
#footer #footer_left {
	color: #666;
	}
#footer #footer_right {
	color: #666;
	text-align: right;
	}
#footer #footer_right a,
#footer #footer_right a:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}
#footer #footer_right a:hover {
	text-decoration: underline;
	}
.clear {
	clear: both;
	}
#player {
	width: 600px;
	height: 346px;
	}
#header #menu img { 
behavior: url(iepngfix.htc); 
}