@charset "UTF-8";
/* CSS Document */

body {
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_wrap {
	width:800px;
	height:1000px;
		background:url(../images/index.png) no-repeat top left;
}
.style2 {font-size: 12px}

#nav{
	position:relative;
	left:20px;
	top:275px;
	width:254px;
	height:280px;
	z-index:1;
}

#top_text {
	position:relative;
	top:25px;
	left:5px;
	font-size:1.2em;
	width:790px;
}

#footer {
	position:aobsolute;
	top:454px;
	
	left:15px;
	font-size:1.2em;
	width:790px;
}

#nav2 {
	position:relative;
	top: 191px;
	left:267px;
	width:auto;
	font-size:1.2em;
}

#nav2 a {
	color:#000;
	text-decoration:none
}

#nav2 a:hover {
	color: #8F3D41;
	text-decoration: underline;
}

#title {
	position:relative;
	top:240px;
	left:142px;
	width:auto;
	height:auto;
	
}

#content {
	position:relative;
	top:-30px;
	left:200px;
	width:390px;
	height:255px;
	overflow:auto;
}

.freedvd {
	position: absolute;
	height: auto;
	width: 135px;
	left: 34px;
	top: 212px;
	z-index: 10;
}