body {
	margin:0px;
	padding:0px;
}

#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: white url('headbg.jpg') repeat-x top;
}

#header {
	width: 800px;
	height: 200px;
	margin: 0px auto;
	background: white url('head.jpg') no-repeat;
}

#text-head {
	padding-top: 163px;
	font-size: 17px;
	font-weight: bold;
}

#content { 
	width: 800px;
	height:500px;
	margin: 0px auto;
	background: white url('contentbg.jpg') repeat-y;
}

#text {
	width: 750px;
}

#footer {
	background: #A2A2A2;
	background: white url('contentbg.jpg') repeat-y;
	height: 100%;
}
