body {
	background-image: url(./bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

td, p {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}

a:link, a:active, a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #ffff00;
	text-decoration: underline;
}

.smallFont {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
}

H1 {
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}

#all {
 	width: 900px;
 	height: auto; 
	border: 1px solid #504e4e;
 	margin-right: auto; 
 	margin-left: auto;
 	background-color: #000000;
}

#page_content {
	width: 900px;
	height: auto;
	background-color: #000000;
}

.page_right {
	padding-left: 10px;
	padding-right: 10px;
}

