@charset "utf-8";
/* CSS Document */
body {
	background: #323232 url(../images_tmp/main_back.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color:#FFF;
}
h1 {
	font-weight:normal;
	font-size:24px;
}
em {
	font-weight:400;
}
#main_container {
	width:930px;
	height:801px;
	background: url(../images_tmp/main_back2.png) no-repeat;
	margin:0 auto;
}
.top_left_container {
	width:399;
	height:450px;
	padding: 100px 0 0 100px;
	float:left;
}
.top_right_container {
	width:631px;
	height:450px;
	padding: 150px 0 0 0;
	float:left;
	text-align:center;
}
#bottom_container {
	width:830px;
	height:130px;
	background: url(../images_tmp/bottom_back.png) 32px 0 no-repeat;
	margin:0 auto;
	padding: 50px 0 0 270px;
}
#bottom_container p {
	font-size:24px;
}
#bottom_container span {
	padding-left:130px;
}
#copyright {
	text-align:center;
	font-size:12px;
	padding:50px 0 30px 0;
	color:#a2a2a2;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}