body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	height: 100%;
	overflow: hidden;
	background: #427acf url("../images/sky.jpg") no-repeat center bottom;
}

body {
	height: 100%;
}

img {
	border: 0;
}

a {
	outline: none;
}

.grid {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/grid.png");
}

.top_line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 25px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: #fff;
}

.bottom_line {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	width: 100%;
	height: 25px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: #fff;
}

.crutch {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 550px;
}

.jparallax {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	_bottom: -1px;
	margin-left: -560px;
	width: 598px;
	height: 521px;
	list-style: none;
}

.man {
	position: relative;
	width: 598px;
	height: 521px;
	background: url("../images/contour.png") no-repeat;
}

.logo {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 26%;
}

.phone_email {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 28%;
	margin-left: 67px;
}





