HTML
{
	height: 100%;
}

BODY
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

A, A:link, A:visited
{
	color: #6B6B6B;
	text-decoration: none;
}

A:hover
{
	color: #9A9A9A;
}

.body
{
	position: relative;
	background-color: #E6EBD8;
	table-layout: fixed;
	width: 778px;
	height: 100%;
	border: solid 1px black;
	color: #4a7a9e;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 2px;
}

.page
{
	table-layout: fixed;
	border-collapse: collapse;
	border: solid;
	border-width: 0px;
	border-color: black;
	border-spacing: 0px;
	vertical-align: top;
	padding: 0px;
}

.body_bottom
{
	background-image:url(../../img/head/bg_credits.jpg);
	background-repeat: repeat-y;
	/*background-position: 50% 1px;*/
	bottom: 0px;
	/*border: solid 1px black;*/
	vertical-align: top;
	padding: 2px;
	height: 30px;
	width:776px;

	font-family: sans-serif;
	font-size: 10px;
	color: #193C5F;
}

.body_bottom a, .body_bottom a:link, .body_bottom a:visited
{
	color: #193C5F;
	text-align: center;
	text-decoration: none;
	/*border: solid 1px black;*/
}

.body_bottom a:hover
{
	color: black;
	text-align: center;
	text-decoration: none;
	/*border: solid 1px black;*/
}