body
{
	padding-top: 150px;
	padding-bottom: 100px;
	color: #CCCCCC;
	background-color: #185378;

	font-family: Courier, Verdana, Helvetica, Arial, sans-serif;
	background-image: url('top.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#main
{
	text-align: center;
}

img
{
	border: none;
}

a:visited, a:active, a:link

{
	text-decoration: none;
	color: #CCCCCC;
	background-color: inherit;
}

a:hover

{
	text-decoration: underline;
	color: #CCCCCC;
	background-color: inherit;
}

pre
{
	font-size: xx-small;
}

#footer
{
	position: fixed;
	bottom: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	z-index: 9;
	background-color: inherit;
}

#footer .left
{
	float: left;
	margin-left: 10px;
	text-align: left;
}

#footer .right
{
	float:right;
	margin-right: 20px;
	text-align: right;
}

#footer img
{
	opacity: 0.40;
}

#footer img:hover
{
	opacity: 1.00;
}

#footer a .info
{
	position: relative;
	top: -3px;
	left: 5px;
	display: none;
	visibility:hidden;
	font-size: small;
}

#footer a:hover .info
{
	display: inline;
	visibility:visible;
}

#footer .noUnderline
{
	text-decoration: none;
}