@charset "utf-8";
/* MAIN */

body {
	background-image:url(../img/site_background.jpg);
	background-repeat:no-repeat;
	background-color:#020101;
	font-family:Arial, Helvetica, sans-serif;
}


	
	
.midle {
	width:950px;
	height:1400px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	
}

.top {
	width:950px;
	height:298px;
	float:leftpx;
	
}

.top_img {
	height:298px;
	width:308px;
	float:left;
	padding-left:30px;
}

.top_txt {
	width:600px;
	height:298px;
	float:left;
}


	
.copy {
	width:150px;
	height:15px;
	margin-left:auto;
	margin-right:auto;
	padding-left:800px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	
}

.link {
	color:#FFF;
	text-decoration:#FFF;
}

