@charset "utf-8";
body {
	background-color: #333842;
}
.img_main {
	background-image: url(home.gif);
	background-attachment: fixed;
	background-color: #333842;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	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;
	position: relative;
	visibility: visible;
}
