body {
	background: #FFF;
	background-image: url(images/linepaper.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	}

#title {
	position: absolute;
	width: 400px;
	top: 210px;
	left: 200px;
	z-index: 1;
	}

#header {
	position: relative;
	width: 800px;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	}

#textone {
	position: relative;
	width: 950px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	}

#texttwo {
	position: relative;
	width: 950px;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	}

#footer {
	position: relative;
	top: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	}