
	html {
		background-color:#000000;
		background-position:center top;
		background-repeat:repeat-y;
		color:#555555;
	}
	
	body {
		font-family:Georgia, serif;
	}
	
	#bg {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	
	#midler {
		position:relative;
		width:100%;
		height:100%;
		z-index:1;
	}
	
	#center {
		margin:0 auto;
		position:relative;
		top:0px;
		left:0px;
		width:502px;
		z-index:2;
	}
	
	#maincol {
		position:relative;
		float:left;
		width:502px;
	}

	h1 {
		color:#D8BF6B;
		font-size:94px;
	}

	h2, h3, h4, h5 {
		color:#000000;
	}
	#titlebox {
		position:relative;
		float:left;
		clear:both;
		width:502px;
		height:376px;
	}
	
	h2 {
		font-size:16px;
		padding:10px 16px 0px 16px;
		font-weight:bold;
	}
		.h2title {
			color:#000000;
		}
		.h2title:hover {
			text-decoration:underline;
		}
	h3 {
		font-size:11px;
		padding:10px 16px 0px 16px;
	}
	h4 {
		font-size:10px;
		padding:0px 16px 10px 16px;
	}
	
	a {
		text-decoration:none;
	}
	
	.relleft {
		position:relative;
		float:left;
	}
	
	.relright {
		position:relative;
		float:right;
	}
	
	.clearboth {
		clear:both;
	}
	
	.mediaspacetitle {
		padding-top:0px;
		position:relative;
		float:left;
		top:8px;
		z-index:90;
		width:auto;
	}
	
	.mediaspacecount {
		padding-top:1px;
		position:relative;
		float:right;
		top:13px;
		z-index:90;
		width:auto;
	}
	
	.mediaspace {
		padding:0px 16px 0px 16px;
		position:relative;
		float:left;
		clear:both;
		width:470px;
		height:52px;
	}
		.mediaspace_player {
			position:relative;
			float:left;
			width:470px;
			padding-top:16px;
		}
	
	#facebook {
		position:absolute;
		top:32px;
		right:32px;
		width:32px;
		height:32px;
		z-index:80;
	}
	
	#facebookbutton {
		cursor:pointer;
	}
	
	#facebookcontainer {
		position:absolute;
		top: 95px;
		right:32px;
		width:188px;
		z-index:81;
		display:none;
		background-color: white;
		padding: 8px;
	}
	
	.spaceritem {
		position:relative;
		float:left;
		width:502px;
		height:16px;
	}
	
	.item {
		position:relative;
		float:left;
		width:502px;
		height:74px;
	}
		
	.mediaitem {
		position:relative;
		float:left;
		width:502px;
		height:88px;
	}
	
	.downloadarea {
		width:502px;
		background-image:url(/images/download-bg.png);
		background-repeat:repeat-x;
	}
	
	.downloadarea_download {
		width:225px;
		text-align:right;
		padding-top:20px;
	}
	
	.downloadarea_part {
		width:145px;
		text-align:left;
		padding-top:20px;
	}
	
	.download_text_link {
		color:#FFFFFF;
		font-size:37px;
		font-weight:bold;
	}
	
	#navi_1 {
		position:absolute;
		left:-238px;
		top:27px;
		/*width:126px;*/
	}
	
	#navi_2 {
		position:absolute;
		left:617px;
		top:27px;
		/*width:126px;*/
	}
	
	.navipic_inactive {
		opacity:0.3;
		filter:alpha(opacity=30);
	}