body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) top center no-repeat #b1b1b1;
}

#wrapper{
	width:1000px;
	margin:10px 0;
}

#header{
	height:80px;
	margin:40px 0;
}

#content{
}

#bg_top{
	background:url(../images/bg_top.jpg) center top no-repeat;
	height:30px;
}

#bg_mid{
	background:url(../images/bg_mid.jpg) top center repeat-y;
	padding:10px 0;
}

#bg_btm{
	background:url(../images/bg_btm.jpg) top center no-repeat;
	height:30px;
}

.title{
	font:bold 30px "franklin Gothic Book", Arial, Helvetica, sans-serif;
	color:#dd483d;
	text-align:center;
}

#uc_img{
	margin:30px 0;
}

#email{
	height:40px;
}

.bg{
	background:url(../images/mail_bg.jpg) top center no-repeat;
	height:40px;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#3a3433;
	border:0px;
	width:290px;
	text-align:justify;
	padding:0px 0 0 30px;
	padding:10px 0 0 30px\9;
}

.submit{
	background:url(../images/submit.png) top center no-repeat;
	height:33px;
	width:92px;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	border:0px;
	cursor:pointer;
}