body{
    background-image: url(/images/background3.jpg) ;
    background-attachment: fixed;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 1100px;
    top: 100px;
}

#nav {
    position: relative;
    margin: 0px auto;
    width: 1200px;
    height: 100px; 
    width: auto;
      
}

ul#menu li{
    display: inline-block;
    margin: auto;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;

}
ul#menu li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: sans-serif;
}

#links {
    position: relative;
    height: 25px;
    width: auto;
    left: 350px;
    top: 40px;
    
}
#body {
    position: absolute; 
    width: 700px;
    height: 750px;
    background-color: white;
    margin: auto;
    left: 250px;
    top: 175px
}

#logo {
    text-align: center;
    position: absolute;
    width: 500px;
    height: 235px;
    margin: auto;
    left: 100px;
    top: 65px;
    background-image: url(/images/logo.jpg);
}

#content {
    position: absolute;
    width: 500px;
    height: 400px; 
    margin: auto;
    left: 100px;
    top: 310px;
    bottom: 50px;
}

#footer { 
    position: relative;
    width: 1200px;
    height: 125px;
    top: 900px;
}

#email {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 30px;
    left: 400px;
    background-image: url(/images/email64x64.png);
    
}

#facebook {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 30px;
    left: 515px;
    background-image: url(/images/facebook64x64.png);
    
}
#twitter {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 30px;
    left: 630px;
    background-image: url(/images/twitter64x64.png);
}
#location {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 30px;
    left: 745px;
    background-image: url(/images/location64x64.png);
    
}
h2 {
    padding: 10px;
}

p {
    padding: 10px; 
}

