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: 350px;
    height: 193px;
    margin: auto;
    left: 200px;
    top: 40px;
}
#content{
    position: absolute;
    width: 500px;
    height: 600px; 
    margin: auto;
    left: 100px;
    top: 30px;
    bottom: 50px;
    background-image: url(/images/content.jpg);
}
#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; 
}


