html, body {
	background-color: #000000;
	background-image:url(../images/back.gif);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}