@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url(imgs/bg_main.jpg);
	margin-left:0;
	margin-top:0;
}

.main {
	background:url(imgs/bg_index.png);
	width:1032px;
	height:760px;
	margin:0 auto;
}

.content {
	background:url(imgs/bg_text.png);
	width:566px;
	height:519px;
	margin-left:80px;
	margin-top:30px;
	float:left;
}

.footer {
	width:1032px;
	margin:0 auto;
}
