/* CSS Document */

body
{
	padding:0;
	margin:0;
	font-family:tahoma;
	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#78c2dd;
}

.footer
{
	text-align:center;
	height:50px;
	font-size:11px;
	color:#000000;
	line-height:15px;
}

a:visited.sub, a:active.sub, a:link.sub
{
	color:#ffffff;
	text-decoration:none;
}
a:hover.sub
{
	color:#ffffff;
	text-decoration:underline;
}