.box {
	z-index: 1;
	height: 600px;
	width: 600px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.box .up {
	background-image: url(box_img/box_sup.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 10px;
	width: 590px;
}
.box .rightcornerup {
	background-image: url(box_img/box_sup.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 10px;
	width: 10px;
}
.box div .midbox {
	background-image: url(box_img/box_mid_anti.png);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	height: 580px;
	width: 580px;
	padding-left: 10px;
}
.box div .rightside {
	background-image: url(box_img/box_mid.png);
	background-repeat: repeat-y;
	background-position: right;
	float: right;
	height: 580px;
	width: 10px;
}
.box div .underbox {
	background-image: url(box_img/box_und.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 10px;
	width: 590px;
}
.box div .underrightside {
	background-image: url(box_img/box_und.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 10px;
	width: 10px;
}
.spray {
	background-image: url(Spray.png);
	background-repeat: no-repeat;
	height: 224px;
	width: 223px;
	position: fixed;
	z-index: 0;
	left: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 4em;
	color: #D6D6D6;
	top: 0px;
}
.box div .midbox .logo {
	background-image: url(logoandcomingsoon.png);
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	width: 264px;
}
.box div .midbox .moreinfo {
	background-image: url(formoreinfo.png);
	background-repeat: no-repeat;
	float: right;
	height: 400px;
	width: 264px;
	margin-right: 20px;
	padding-top: 60px;
}
.box div .midbox .foot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
.box div .midbox .mid_sup {
	width: 100%;
}
.box div .midbox .clear {
	clear: both;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

