#background {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(assets/clouds.jpg);
	width: 1024px;
	background-repeat: repeat-y;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#bottom {
	width: 1024px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #414141;
}
#title {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #414141;
}

#bottom_links a:link {
color: #000000; 
font-size: 10px;
}
#bottom_links a:active {
color: #000000;
font-size: 10px;
}
#bottom_links a:visited {
color: #000000;
font-size: 10px;
}
#bottom_links a:hover {
color: #666666;
font-size: 10px;
}