/* CSS Document */

@import url("styles.css");

body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #4c4c4c;
}

.centerDiv {
	position:relative;
	left:50%;
	margin-top:30px;
	width:900px;
	margin-left:-450px;
}


/* Content page */
.div004 {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	margin-top:13px;
	background-image:url(bgImg005.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
