/* CSS specific for welcome_base.html */

#header {
    position: absolute;
    background-image: url(/media/images/header_background_970_120.png);
    width: 970px;
    height: 120px;
    top: 0px;
    left: 0px;
}

#leftHeader {
    height: 120px;
}
    
#middleHeader {
    height: 120px;
}

#rightHeader {
    height: 120px;
}

#main {
    top: 100px;
}

#footer {
    top: 0px;
}

#taglineImage {
    position: absolute;
    top: 20px;
    left: 40px;
}

#taglineText {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 425px;
    height: auto;
    font-size: 1.25em;
    text-align: center;
}

#loginArea {
    position: absolute;
    top: 0px;
    width: 330px;
    left: 10px;
    height: 120px;
}

#usernameLabel {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 75px;
}

#username {
    position: absolute;
    top: 25px;
    left: 85px;
    width: 150px;
}

#passwordLabel {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 75px;
}

#password {
    position: absolute;
    top: 50px;
    left: 85px;
    width: 150px;
}

#submitLogin {
    position: absolute;
    top: 38px;
    left: 250px;
    width: 60px;
    height: 25px;
}

#loginError {
    position: absolute;
    top: 75px;
    left: 0px;
    width: 330px;
    color: #ff4040;
    font-size: 0.9em;
}




