body {
	background: #000 50% 0; 
	margin: 0;
	padding: 0;
	height: 100%;
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
}
* {margin: 0; padding: 0; outline: none;}


#content {
	background: 50% 0; 
	margin: 0;
	padding: 0;
	height: 850px;
}



/* ----- Fonts ------ */
.whitetext {font-weight:normal; font-style:normal; font-size:9px; font-family:verdana,arial,helvetica,sans-serif; text-decoration:none; color:#94918c;}

/* ----- Hyperlinks ------ */
A.weblink {font-weight:normal; font-style:normal; font-size:9px; font-family:verdana,arial,helvetica,sans-serif; text-decoration:none; color:#94918c;}
A.weblink:active {font-weight:normal; font-style:normal; font-size:9px; font-family:verdana,arial,helvetica,sans-serif; text-decoration:underline; color:#94918c;}
A.weblink:hover {font-weight:normal; font-style:normal; font-size:9x; font-family:verdana,arial,helvetica,sans-serif; text-decoration:underline; color:#94918c;}

