html, body {min-height: 100%;}

body {
    background-color: rgb(0, 45, 76);
    min-height: 100%;
    height: 100%;
    width: 100%;
    /*background-image: url('../images/background_sky_edited.png'); */
    -webkit-background-size: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: fixed; 
    background-size: 100%;
    /*background-position: center;*/
    background-repeat: no-repeat;
    /*background-size: auto;*/
/*    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;*/
}

header {
    margin-top: 20px;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #b5b5b5;*/
    border-bottom-image: url('../images/greekborder.png')
    border-image-width: 0 0 10px 0;
    border-image-repeat: stretch;
}
header:after {
    content: "";
    display: block;
    height: 27px;
    background-image: url('../images/greekborder.png');
    /*background-repeat: no-repeat;*/
    
    background-position: center bottom;
}

#header_text{
    width: 100%;
    height: 25%;
    text-align: center;
    padding-top: 25px;
    margin: 0 auto;
    color: white;
    font-size: 72px;
}

.logo_row {
    width: 250px;
    margin: 0 auto;
    text-align: center;
}

#logo{
    height: 200px;
    width: 285px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
}

#top_banner{
    /*width: 100%;*/
}




