body {
background-color: #474747;
}

a:visited {
border: none;
}

#container {
background-color: #d7f1d2;
position: absolute;
border: none;
top: 0px;
left: 0px;
width: 800px;
}

#home-container {
background-color: #d7f1d2;
position: absolute;
border: none;
top: 0px;
left: 0px;
width: 800px;
height: 660px;
}


#background {
background-image: url(images/background.jpg);
background-position: top center;
background-repeat: no-repeat;
position: absolute;
left: 60px;
top: 10px;
width: 680px;
height: 646px;
border: none;
}

#itinerary {
position: absolute;
left: 150px;
top: 300px;
width: 380px;
border: none;
color: #FFFFFF;
background: none;
font-size: 32px;
font-family: sans-serif;
font-weight: bold;
text-align: center;
text-decoration: none;
}

#itinerary:hover {
color: #d7f1d2;
}

#history {
position: absolute;
left: 60px;
bottom: 40px;
border: none;
width: 150px;
height: 120px;
}

#about {
position: absolute;
left: 260px;
bottom: 30px;
border: none;
width: 160px;
height: 80px;
}

#sign-up {
position: absolute;
left: 460px;
bottom: 40px;
border: none;
width: 150px;
height: 120px;
}

#header {
background-image: url(images/header.jpg);
background-position: top center;
background-repeat: no-repeat;
position: relative;
left: 0px;
top: 0px;
width: 800px;
height: 350px;
border: none;
}

#header-home {
position: absolute;
left: 212px;
top: 110px;
width: 360px;
height: 90px;
border: 1px solid white;
}


#header-history {
position: absolute;
left: 48px;
bottom: 0px;
width: 212px;
height: 100px;
border: none;
}

#header-about {
position: absolute;
left: 300px;
bottom: 0px;
width: 202px;
height: 100px;
border: none;
}

#header-sign-up {
position: absolute;
left: 532px;
bottom: 0px;
width: 222px;
height: 100px;
border: none;
}

.disclaimer {
font-size: xx-small;
}

.para-start {
font-weight: bold;
font-size: 54px;
font-family: serif, Times New Roman;
border: none;
padding-left: 6px;
padding-right: 6px;
padding-top: 0px;
float: left;
margin-top: -8px;
}

.paragraph {
margin: 30px;
border: none;
text-align: justify;
border: none;
}

.bold {
font-weight: bold;
}

ul {
list-style-type: disc;
list-style-position: outside;
}

#form-container {
border: 1px solid black;
position: relative;
left: 30px;
top: 20px;
padding-left: 24px;
padding-right: 24px;
width: 680px;
}

.bottom {
position: relative;
bottom: 0px;
}

#pic-container {
position: relative;
width: 100%;
}

.pic {
border: 2px solid black;
position: relative;
width: 640px;
margin-left: auto;
margin-right: auto;
}

.pic p {
text-align: center;
font-weight: bold;
}

.pic img {
display: block;
width: 640px;
position: relative;
margin-left: auto;
margin-right: auto;
}

.text-area {
width: 90%;
height: 96px;
font-family: sans-serif;
}