@charset "utf-8";
body{
	background-attachment:fixed;	
	background-image:url(images/bg_eredan.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#000;
}

.mainbgcont{
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	top:0px;
	/*background-image:url(images/bg.jpg);background-position:top center;background-repeat:no-repeat;*/
}
.mainbgcont .left{
	vertical-align:top;width:50%;background:none;background-image:none;
}

.mainbgcont .right{
	vertical-align:top;width:50%;background:none;background-image:none;
}

