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

body {
	background-image:url(../images/body_bg.jpg);
	color: #000;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}


#wrapper {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	height:600px;
}

#brb {
	float:left;
	left:0px;
	top:0px;
	width:532px;
	height:400px;
	background-image:url(../images/brb.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#contact {
	float:right;
	left:532px;
	top:0px;
	width:428px;
	height:400px;
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#ydg {
	float:left;
	height:200px;
	width:960px;
	background-image:url(../images/ydg.jpg);
	background-repeat:no-repeat;
}

#cForm {
	font-size:24px;
	color:#898989;
	padding-top:60px;
	border:none;

}