body {
	margin: 0;
	padding: 0;
	background:#000000;
	background-position:top center;
	background-repeat:repeat-y;
}

.bodytext {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 14px;
}

p {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #31333B;
	line-height: 14px;
	padding-right: 24px;
	padding-top: 20px;
}

a:link {
	color: #4C4F5B;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

a:visited {
	color: #31333B;
	text-decoration: none;
}

/* TEMP -------------------------------------- */

#temp {
	position:relative;
	top:-100px;
	width: 560px;
	margin-left:190px;
	background: #4C4F5B;
	text-align:center;
	background-image:images/temp.jpg
}


/* TEMP ------------------------------------- */
