body, html {
margin: 0px;
padding: 0px;
background-color: #1a1a1a;
font-family: Trebuchet, Tahoma, Georgia, Arial;
}

#top {
width: 100%;
background-color: #1a1a1a;
height: 276px;
float: left;
}

.copyright {
float: left;
width: 300px;
height: 150px;
text-align: right;
}

.social {
width: 500px;
height: 150px;
float: left;
}



.social a {
text-decoration: none;
}

.social img {
border: 0px;
}

.header {
width: 800px;
height: 276px;
position: relative;
left: 50%;
margin-left: -400px;
background-image: url('http://www.frogfritters.net/grasshopper/header.png');
}

.photos {
width: 800px;
float: left;
text-align: center;
}

.googlemap {
width: 380px;
float: left;
text-align: center;
margin-left: 15px;
}

.photos a {
display: block;
height: 100px;
width: 100px;
margin-left: 25px;
margin-top: 20px;
float: left;
border: 2px solid black;
}

.navigation {
position: relative;
top: 225px;
left: 225px;
}

.navigation a {
color: black;
text-decoration: none;
letter-spacing: 1px;
margin-left: 15px;
font-weight: bold;
font-size: 14px;
}

.navigation a:hover{ 
text-decoration: underline;
}

#middle {
float: left;
background-color: white;
width: 100%;
background-image:url('http://www.frogfritters.net/grasshopper/grass_bottom.gif');
background-position: bottom;
background-repeat: repeat-x;
}

.content {
width: 800px;
position: relative;
margin-top: 40px;
min-height: 400px;
padding-bottom: 80px;
left: 50%;
margin-left: -400px;
text-align: center;
background-image: url('http://www.frogfritters.net/grasshopper/cannabis.png');
background-repeat: no-repeat;
background-position: bottom center;
}

#bottom {
width: 100%;
float: left;
height: 80px;
}

.footer {
width: 800px;
position: relative;
left: 50%;
top: 20px;
margin-left: -400px;
height: 150px;
color: white;
}

.footer a {
text-decoration: none;
color: white;
}

.footer a:hover {
text-decoration: underline;
}
