body {
	margin:0px;
	padding:0px;
	background-color: #000000;
}

#wrapper{
	background: #000000 url('../images/bg_img.jpg') no-repeat;
	width:1220px;
	height:686px;
	margin:10px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
}

#logo{
	margin:56px 0px 0px 12px;
	height:70px;
}
/*
#logo a{
	background-image: url('../images/blank.gif');
	background-position: top center;
}
*/
#logo a:hover{
	font-size:70px;
	background-image: url('../images/logo_line.gif');
	background-position: top center;
}

#nav1{
	width:28px;
	height:24px;
	margin:0px 20px 0px 50px;
}

#nav1 a{
	background-image: url('../images/cgi_label.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#nav1 a:hover{
	background-image: url('../images/cgi_label_o.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#nav2{
	width:116px;
	height:24px;
	margin:0px 30px 0px 20px;
}

#nav2 a{
	background-image: url('../images/pd_label.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#nav2 a:hover{
	background-image: url('../images/pd_label_o.png');
	background-position: top center;
	background-repeat: no-repeat;
}

#main_content{
	width:1175px;
	height:420px;
	margin:0px 3px 0px 23px;
	padding:0px;
}

#header a{
	cursor: pointer;
	font-size:24px;
}
/*
#header img{
	margin-bottom:3px;
}
*/
#header{
	height:150px;
	text-align:center;
}

#center_content_1{
	position:absolute;
}

#center_content_2{
	position:absolute;
}

