body {
	background-repeat: repeat-y;
	margin:0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#footer {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#footerContact {
	font-family:"Century Gothic";
	font-size: 10px;
}

.footerText {
	font-family: "Century Gothic";
	font-size: 12px;
}

.wrapper {
	max-width:100%;
	overflow:hidden;
}