
body {
	background-image: url('../gfx/img/bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:sans-serif;
}

#bg_pre {
	background:#000;
	/*
background-image: url('../gfx/img/bg_pre.png');
*/
	opacity:.80;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#top_pre {
	background-color:#dbdbdb;
	width:417px;
	height:257px;
	margin:0px auto;
	position:absolute;
	padding:24px;
	z-index:2;
}

#top_pre a {
	color:#ff0000;
	font-weight:bold;
}

#top_pre_inner {
	background-color:#2a0000;
	padding:16px;
	color:#fff;
	height:210px;
}

cite {
	font-weight:bold;
}

#stop_watch {
	background-color:#dbdbdb;
	color:#000;
	font-size:60px;
	text-align:center;
}

#top_pre_down {
	
}

/* begin
	header */
#header_left{
	float:left;
	width:300px;
}

#header_right{
	float:right;
	width:300px;
padding-top:130px;
}

#header_right_lng {
	height:48px;
	margin-left:100px;
	background:url(../gfx/img/bg_lng.png) no-repeat;
	padding-top:8px;
}

.header_right_lng_box {
	display:inline;
	padding:8px;
}

.header_right_lng_box:hover {
	background:url(../gfx/img/lng_sign.png) no-repeat center bottom;
}

.header_right_lng_box_active {
	background:url(../gfx/img/lng_sign_active.png) no-repeat center bottom;
}
/* end
	header */
	
#container {
	margin:100px auto;
	width:600px;
}

#accordion_handler {
	padding-top:32px;
	clear:both;
}

.project_name{
	margin:16px 0px 0px 4px;
}

.hidden_link {
	color:#000;
}

