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

body {
	margin: 0px;
	background-color:#452200;
}

.clear {
	clear: both;
}

.wrapper, .footer {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-image:url(../images/bg.jpg);
	border: #000 solid 1px;
}
.title {
	position: relative;
	margin-left:0px;
	z-index: 1;
}
.info {
	position: absolute;
	margin-left: 585px;
	width: 200px;
	z-index:4;
	font: 14px "Century Gothic", Futura, Verdana, sans-serif;
	color:#452200;
	text-align:right;
}
.content_left {
	width:450px;
	height: auto;
	background-image: url(http://www.udown.com/images/trans_white.png);
	float:left;
	position: relative;
	margin-top:-240px;
	margin-left:30px;
	font: 13px "Century Gothic", Futura, Verdana, sans-serif;
	text-align:justify;
	line-height:13px;
	color:#000;
	padding:10px;
	z-index:3;
}
.content_right {
	width:240px;
	height: auto;
	background-image: url(http://www.udown.com/images/trans_white.png);
	float:right;
	position: relative;
	margin-top:-240px;
	margin-right:30px;
	font: 13px "Century Gothic", Futura, Verdana, sans-serif;
	text-align:justify;
	line-height:13px;
	color:#000;
	padding:10px;
	z-index:3;
}
.header {
	color:#690;
	font-size:30px;
	font-weight: bold;
	background-color:#452200;
	padding:7px;
	margin:0px;
}