#site {
	background-image: url(images/clouds2000.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 100%;
	width: 100%;
}
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5982c0;
	text-decoration: none;
	height: 25px;
	padding: 10px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #5982c0;
}

