@charset "utf-8";
body {
	background: #CDCDCD url(../images/landingpage_body_repx.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 105px;
}
#Container {
	background: #FFF;
	width: 350px;
	margin: 0px auto;
	padding: 0px;
}
#Container #cnrtl #cnrtr #info p {
	font-size: 14px;
	line-height: 140%;
	text-decoration: none;
}

#Container #cnrtl {
	background: url(../images/landingpage_cnr_top_left.jpg) no-repeat left top;
}
#Container #cnrtl #cnrtr {
	background: url(../images/landingpage_cnr_top_right.jpg) no-repeat right top;
}
#Container #cnrtl #cnrtr #info {
	padding: 20px 20px 0px;
}
#Container #footerMain {
	height: 20px;
}
#Container #footerMain #footer {
	height: 20px;
}
#Container #footerMain #footer #footerCnrL {
	background: url(../images/landingpage_cnr_bottom_left.jpg) no-repeat left bottom;
	height: 20px;
}
#Container #cnrtl #cnrtr #info h1 {
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #666;
}

#Container #footerMain #footer #footerCnrL #footerCnrR {
	background: url(../images/landingpage_cnr_bottom_right.jpg) no-repeat right bottom;
	height: 20px;
}
