@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #00a7d4;
	margin-top: 0;
	margin-left: 100px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
a:link.foot {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.foot {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.foot {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.foot {
	color: #000000;
	text-decoration: none;
}