body {
	padding:0;
	height:500px;
	background-color: #ffffff;
	width: 800px;
margin: 0 auto; /* centers */
}


A:link {text-decoration: underline; color: #00c6c4;}
A:visited {text-decoration: underline; color: #00c6c4;}
A:active {text-decoration: underline; color: #00c6c4;}
A:hover {text-decoration: underline; color: #333333;}


	#container {
	position: absolute;
	right: 0px;
	top: 14px;
	height: 740px;
	left: 0px;
	width: 852px;
	margin: 0 auto; /* centers */
	z-index: 1;
	background-image: url(/images/shadowbacksm.png);
	background-repeat: repeat-y;
	}

	




#content {
	background-color: transparent;
	position: absolute;
	right: 0px;
	top: 48px;
	background-repeat: no-repeat;
	height: 666px;
	width: 722px;
	margin: 0;
	padding: 0;
	left: 68px;
	z-index: 4;
	background-image: url(/sandpaper.jpg);
}

#card {
	position:absolute;
	left:170px;
	top:161px;
	width:373px;
	height:184px;
	z-index:5;
}

#maintext {
	position:absolute;
	left:207px;
	top:245px;
	width:306px;
	height:148px;
	z-index:10;
}

#texttopl {
	position:absolute;
	left:47px;
	top:22px;
	width:211px;
	height:178px;
	z-index:6;
}

#texttopr {
	position:absolute;
	left:566px;
	top:22px;
	width:238px;
	height:149px;
	z-index:6;
}

#top {
	position:absolute;
	left:0px;
	top:-9px;
	width:853px;
	height:11px;
	z-index:3;
	background-image: url(/images/shadowtop.png);
	background-repeat: no-repeat;
}

#footer {
	position:absolute;
	left:0px;
	top:729px;
	width:852px;
	height:10px;
	z-index:2;
	background-image: url(/images/shadowfoot.png);
	background-repeat: no-repeat;
}


.textmain {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #00c6c4;
	}
	
.textcard {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	}

.textside {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444444;
	}

