


body,html{
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body{
    background-image: url('waterBackground.jpg');
    background-position: top center;
}

p{
    padding: 0px;
    margin: 0px;
}

#hdBlock{
    width: 350px;
    left: 50%;
    position: relative;
    margin-left: -350px;
    top: 85px;
}

#hdBlockRPart{
    position: absolute;
    left: 67px;
    top: 0px;
    width: 280px;
    color: #5b5523;
}

#hdBlockRPart p.smallHd{
    padding-top: 10px;
    font-family: tahoma;
    font-size: 17px;
}

#hdBlockRPart p.errMessage{
    padding-top: 10px;
    font-family: tahoma;
    font-size: 11px;
    line-height: 14px;
}

#hdBlockRPart p.link1{
    margin-top: 12px;
}

#hdBlockRPart p.link1 a{
    display: block;
    margin: 0px;
    color: white;
    font-family: tahoma;
    font-size: 11px;
}

#hdBlockRPart h3{
    padding: 0px;
    margin: 0px;
    font-size: 60px;
    font-family: Arial Black;
    line-height: 50px;
}

#topFullHeight{
    height: 100%;
    background-image: url('bigBg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    height: 625px;
}

#mainDivExternal{
    position:relative; /* needed for footer positioning*/
    width: 100%;
    /* height:auto !important;*/ /* real browsers */
    /* height:100%; */ /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    background-image: url('skyBg.jpg'); 
    background-repeat: repeat-x;
}

#footer{
    position: absolute;
    width:100%;
    bottom:0; /* stick to bottom */
    height:85px;

}

#footerInner{
    position: relative;
    width: 800px;
    left: 50%;
    margin-left: -400px;
}

#footerLPart{
    position: absolute;
    width: 400px;
    height: 70px;
    top: 0px;
}

#footerRPart{
    position: absolute;
    width: 400px;
    height: 70px;
    left: 400px;
    top: 0px;
}

#footer p.company{
    margin-left: 84px;
    margin-top: 4px;
    font-family: tahoma;
    font-size: 12px;
    color: white;
}


#footer p.address{
    line-height: 14px;
    margin-left: 84px;
    margin-top: 5px;
    font-family: tahoma;
    font-size: 11px;
    color: #939d7f;
}

#footer p.address a{
    color: #a4ba77;
}

.pngImage {
    BEHAVIOR: url('pngbehavior.htc');
}

