@charset "UTF-8";
#body {
	position: absolute;
	visibility: visible;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 60px;
}
body {
	background-color: #000;
	background-image: url(images/graphics/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}
form {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

