@charset "utf-8";
/* CSS Document */

#Header {
	display: block;
	height: 60px;
	background-image: url(../../designs/IndexHeaderTopBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#IndexContainer {
	height: 550px;
	display: block;
	background-image: url(../../designs/PageBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#IndexRightContainer {
	display: block;
	float: right;
	width: 500px;
	background-image: url(../../designs/IndexRight-3.jpg);
	height: 550px;
}
#IndexLeftContainer {
	display: block;
	float: left;
	width: 500px;
	height: 550px;
	background-image: url(../../designs/IndexLeft.jpg);
}
#EnterSite {
	padding-top: 499px;
	height: 51px;
}
#EnterSite a {
	background-image: url(../../designs/EnterSite.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 33px;
	width: 135px;
	margin-right: auto;
	margin-left: auto;
}
#EnterSite a:hover {
	background-image: url(../../designs/EnterSiteHover.jpg);
}
