body, html {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	color: #fff;
}

div, form, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #60b34f url(./i/v-bg.png) 0 0 repeat-y;
}

img {
	border: none;
}

#v-bg {
	background: url(./i/h-bg.png) 0 0 repeat-x;
	min-width: 920px;
}

#main {
	background: url(./i/bg.jpg) 0 0 no-repeat;
	min-height: 700px;
	padding: 0 0 0 150px;
}

*html #main {
	height: 700px;
}

*html #v-bg {
	width: expression((document.body.offsetWidth <= 920) ? '920px': '100%');
}

#logo {
	margin: 30px 0 0 0;
}

#mega {
	float: right;
}

#exit {
	background: url(./i/note.jpg) 100% 160px no-repeat;
	margin: 35px 0 0 0;
	font-size: 11px;
	text-align: left;
	position: relative;
	zoom: 1;
}

#exit div.phone {
	background: url(./i/form.jpg) 0 0 no-repeat;
	padding: 150px 320px 120px 80px;
	margin: 0;
	width: 175px;
	text-align: center;
}
#exit div.phone a {
	color: #fff;
}

#circle {
	background: url(./i/balls.gif) 0 100% repeat-x;
	height: 21px;
	position: absolute;
	left: 575px;
	right: 110px;
	bottom: 60px;
	zoom: 1;
}

#exit img {
	display: block;
	width: 107px;
	margin: 0 auto 15px auto;
}

#main input#yes {
	display: inline;
	width: auto;
	padding: 0;
	margin: 0 auto 0px 10px;
}

#main p {
	clear: both;
	float: none;
}

p.notice {
	font-size: 10px;
	margin: 20px 0;
	width: 760px;
}

ul {
	list-style: none;
	margin: 5px 0 40px 10px;
	width: 530px;
}
/*p.footer {
	position: absolute;
	bottom: 0;
	left: 150px;
	height: 50px;
}
.blocker {
	height: 50px;
}*/


/****************VEIL*/
#veil {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;

}
#shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: transparent url(i/shadow.png) 0 0 repeat;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
div#pop {
	background: url(i/veil.png);
	width: 518px;
	height: 173px;
	margin: 165px 0 0 160px;
	color: #26771b;
	font-size: 11px;
	padding: 50px 0 0 0;
	position: absolute;
	z-index: 200;
	display: block;
}
div#pop  p {
	margin: 10px 80px 0 60px;
}
div#pop a {
	position: absolute;
	top: 10px;
	right: 10px;
}

body.veil #veil {
	display: block;
	z-index: 3;
}
body.veil {
	overflow: hidden;
}
#kkk {
	z-index: 400;
	position: absolute;
	top: 175px;
	left: 580px;

}