@charset utf-8;


body {
	background-color:#000000;
}

#content {
	position:absolute;
	top:50%;
	left:50%;
	width:980px;
	height:490px;
	margin:-245px 0 0 -490px;
	padding:0px;
	text-align:center;
	background-color: #000000;
	background-image: url(/src/img/top_bg.jpg);
	background-repeat: no-repeat;
}

body > #content {
	height:auto;
	min-height:490px;
}


#top_title{
	margin:0px;
	text-indent:-10000px;
	width:396px;
	height:96px;
	background-image:url(/src/img/top_logo.jpg);
	background-repeat:no-repeat;
	left: 15px;
	top: 85px;
	z-index: 2;
	overflow: hidden;
}

#top_menu1{
	width:171px;
	height:44px;
	position: absolute;
	z-index: 2;
	left: 53px;
	top: 240px;
	overflow: hidden;
	background-image:url(/src/img/top_btn_about.jpg);
	background-repeat:no-repeat;
}

#top_menu2{
	width:264px;
	height:45px;
	position: absolute;
	z-index: 2;
	left: 87px;
	top: 333px;
	overflow: hidden;
	background-image:url(/src/img/top_btn_blog.jpg);
	background-repeat:no-repeat;
}

#top_title h1{
	margin:0px 0px 0px 0px;
	text-indent:-10000px;
}

a{
	display:block;
	text-indent:-10000px;
}


