body,html {background: url("Pics/InternationalPics/greeceBackground.jpg") no-repeat center center fixed; 
       	 -webkit-background-size: cover;
       	 -moz-background-size: cover;
       	 background-size: cover;
		  }	
#header {
    color: blue;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    width: 300px;
    float: right;
    margin: 0px;
}
#headHold {
    display: block;
    width: 100%;
    background-color: white;
    opacity: .9;
    height: 75px;
    margin-top: 2px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.description {
    margin: auto;
    position: static;
    letter-spacing: .5px;
    line-height: 30px;
    display: block;
    width: 90%;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

#descriptHolder {
    margin: auto;
    width: 75%;
    background-color: white;
    height: auto;
}
#box {
    opacity: .8;
    height: 1500px;
    margin-top: 20px;
}
h1 {
    color: blue;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    padding-right: 20px;
    padding-left: 20px;
}


hr {
    border-color: gold;
}

