@charset "utf-8";
html{
	height:100%;
}
body{
	height:100%;
	color:#ffcf06;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}
a{
	text-decoration:none;
	font-weight:bold;
	color:#ffcf06;
}
#dv_main_wrap {
	position:absolute;
	left:50%;
	width:920px;
	height:100%;
	margin-left:-460px;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#dv_main_head {
	width:920px;
	height:470px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#dv_text{
	position:absolute;
	right:138px;
	width:200px;
	height:250px;
	top:185px;

}
	
