html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url(../images/socialBg.jpg) center no-repeat fixed;
    background-size: cover;
}

#demonixContainer {
    min-height: 100%;
    position: relative;
}

#demonixBody {
    height: 100%;
    padding-bottom: 80px;
}

#dataBodyDiv {
    height: 100%;
    padding-bottom: 100px;
}

#header {
    background: url(../images/login-header-bg.png) center -10px no-repeat;
    height: 150px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

#footer {
    bottom: 0;
    width: 100%;
    height: 80px;
    bottom: 0;
}

    #footer .footerContent {
        background: #A9BFD2;
        height: 100%;
        padding-top: 20px;
        height: 50px;
        font-size: 12px;
    }

    #footer .footerHead {
        background: url(../images/footerBorder.png) repeat-x;
        height: 83px;
    }

    #footer .footerBody {
        background: #F7F6F5;
        height: 117px;
    }

#header-bg {
    background: url(../images/header-bg.png) no-repeat;
    background-position: top center;
    height: 215px;
    width: 100%;
    margin-top: -135px;
    padding-top: 61px;
    z-index: 999;
    position: relative;
}

#wrapper {
    z-index: 990;
    margin-top: -50px;
    position: relative;
    margin: -25px auto 0 auto;
    height: inherit;
    width: 950px;
}

#navwrapper {
    width: 950px;
    margin: 0 auto;
}



#copyright {
    width: 950px;
    margin: 0 auto;
    text-align: center;
}

#social-wrapper {
    width: 950px;
    margin: 0 auto;
}

#social-wrapper1 {
    /*width: 80%;
	margin:0 auto auto auto;    
    background-color : #ffffff;*/
    margin-right: 5px;
    margin-left: 302px;
    height: auto;
}

.leftNavigation {
    width: 300px;
    border-style: none;
    border-width: 0px;
    margin-left: 0px;
    position: absolute;
    background-color: transparent;
    /*width:19%; max-width :300px; height :90vh;max-height :1000px; margin:0 auto; border-style:none; float:left;background-color :transparent;*/
}

h2 span {
    font-size: 40px;
}

.shadow {
    background: url(../images/shadow-footer.png);
    height: 30px;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: top center;
}

.stepsContainer {
    background: url(../images/stepsBg.png);
    height: 100%;
}

.stepsContainer1 {
    background: url(../images/stepsBg.png);
}

.stepsContent {
    width: 950px;
    min-height: 1900px;
    margin: 0 auto;
}

div.registerNow {
    background: url(../images/registerNow.png);
    height: 60px;
    width: 266px;
    margin: 0 auto;
}

    div.registerNow:hover {
        background: url(../images/registerNow.png) 0px -76px;
    }

.errorText {
    font-size: 14px;
    color: #ff220e;
    font-weight: bold;
}

.successText {
    font-size: 14px;
    color: #229301;
    font-weight: bold;
}

.imageButton {
    border-style: none;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
