body {
	background-size: 100%;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;

}

#wrapper {
	margin: 0 auto;
	position: center;
	width: 800px;
	top: 900px;
	background: #FFFFFF;
	border: thin solid #000000;

}

#head {
	height: 123px;
	position: relative;
	background: url(../images/joe.jpg) no-repeat center;
}

#content {
	position: relative;
	text-align: justify;
	padding: 20px;

}

#footer {
	position: relative;
}

