html {
	overflow: hidden;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-attachment: fixed;
}
.copyright {
		font-size: x-small;
}


a:link {
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-style: italic;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

