body {
	margin: 0px;
	padding: 0px;
	background-color: #908a84;
}
#main {
	background-image: url(images/paper_bkgnd.jpg);
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
#top {
	height: 300px;
	background-image: url(images/top_bkgnd.jpg);
	background-repeat: repeat-x;
	left: 376px;
	top: 0px;
}
#logo {
	position:absolute;
	left:532px;
	top:42px;
	width:102px;
	height:59px;
	z-index:1;
}
#home {
	position: absolute;
	height: 74px;
	left: 0px;
	top: 300px;
}
#home {
	position: absolute;
	height: 74px;
	left: 0px;
	top: 300px;
}
#maintext {
	position:absolute;
	left:211px;
	top:320px;
	z-index:1;
	width: 749px;
}
#signup {
	position:absolute;
	left:775px;
	top:210px;
	width:196px;
	height:48px;
	z-index:1;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#cdready {
	position:absolute;
	left:506px;
	top:11px;
	width:214px;
	z-index:2;
	background-color: #f1f1f1;
	margin: 0px;
	padding: 15px;
}
#intro {
	position:absolute;
	left:12px;
	top:11px;
	width:439px;
	z-index:2;
	background-color: #f1f1f1;
	margin: 0px;
	padding: 15px;
}
#aboutustext {
	background-color: #f1f1f1;
	left: 0px;
	top: 0px;
	padding: 15px;
}

