* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
}
#content {
	width: 960px;
	color: #333;
	border: 1px solid #ccc;
	background: #F2F2E6;
	margin: 100px 0px 0px 0px;
	padding: 0px;
	height: 551px;
	background-attachment: scroll;
	background-image: url(../images/bkg_large.png);
	background-repeat: no-repeat;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	top: 450px;
	left: 40px;
	color: #57585B;
	width: 580px;
}
#text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #57585B;
	position: relative;
	left: 700px;
	top: 400px;
	width: 220px;
}
