html, body {
background-image: url(../images/elade.png);
background-attachment:fixed;
background-size: 100% 100%;
margin:0px;
padding:0px;
overflow-x:hidden;
}

#main-wrapper {
background-image: url(../images/elade.png);
background-attachment:fixed;
background-size: 100% 100%;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:0;
}

#top-wrapper {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100px;
z-index:10;
background-color:#fff;
text-align:center;
}

#hv-wrapper {
width:100%;
height:750px;
z-index:0;
}

#content-wrapper {
position:relative;
width:100%;
padding:70px 0px 70px 0px;
z-index:0;
text-align:center;
z-index:5;
}

#btm-wrapper {
text-align:center;
width:100%;
z-index:0;
background-color:#2e2e2e;
padding:30px 0px 30px 0px;
}

.left-wrapper {
display:inline-block;
text-align:left;
height:auto;
vertical-align:top;
}

.mid-wrapper {
display:inline-block;
text-align:center;
height:auto;
vertical-align:top;
}

.right-wrapper {
display:inline-block;
text-align:right;
height:auto;
vertical-align:top;
}







