@charset "utf-8";
/* CSS Document */


.main {
	background-image: url(img/main.jpg);
	height: 1800px;
	width: 920px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
.bigmain {
	float: left;
	height: 1800px;
	width: 960px;
	margin-top: 0px;
	padding-top: 0px;
	clear: left;
}
.sharight {
	float: left;
	height: 1800px;
	width: 20px;
	background-image: url(img/shadowright.png);
	background-repeat: no-repeat;
}
.shaleft {
	float: left;
	height: 1800px;
	width: 20px;
	clear: none;
	background-image: url(img/shadowleft.png);
	background-repeat: no-repeat;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(img/back.gif);
	background-repeat: repeat-x;
	height: 1800px;
	width: 960px;
}

.icon {
	float: left;
	height: 26px;
	width: 116px;
	margin-left: 145px;
	margin-top: 27px;
	text-decoration: none;
	clear: left;
}
.icon a {
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 116px;
	text-decoration: none;
}
.icon a:hover {
	background-image: url(img/iconover.gif);
}

