* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	padding: 0;
	font-size: 12px;
	color: #666666;
	background-image:  url(images/background.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	height: 100%;
}

a {
	text-decoration: none;
	color: #347BA2;
}

a:hover {
	text-decoration: underline;
	color: #083E6C;
}

img {
	border: none;
}

