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

body {
	background-image: url(assets/bg_img.png);
	background-repeat: repeat-y;
	background-color:#000000;
	background-position:center top;
	padding:0;
	margin:0;

}

#main {
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
	width:1002px;
	position:relative;
}

#top_text {
	position:absolute;
	width:325px;
	height:176px;
	top:200px;
	left:210px;
	text-align:left;
	
	
}

#top_link {
	position:absolute;
	width:758px;
	height:188px;
	top:400px;
	left:185px;
}

#middle_text {
	position:absolute;
	width:325px;
	height:176px;
	top:645px;
	left:530px;
	text-align:left;
}

#bottom_text {
	position:absolute;
	width:325px;
	height:176px;
	top:885px;
	left:135px;
	text-align:left;
}

#bottom_text2 {
	position:absolute;
	width:325px;
	height:176px;
	top:885px;
	left:530px;
	text-align:left;
}

#bottom_link {
	position:absolute;
	width:758px;
	height:188px;
	top:400px;
	left:185px;
}


#footer {
	position:relative;
	top:-90px;
	z-index:1;
}

.text {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#aaaaaa;
	line-height:20px;
	text-decoration:none;
	
}
a.text {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	
	line-height:20px;
	color:#ffffff;
	text-decoration:underline;
}

a.text:hover {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
}