body {
    background-color: whitesmoke;
}

#wrapper {
    position:relative
    margin: 0 auto;
    width:1024px;
    height:1100px;
    background-image: url(Background.jpg);
}

#nav {
    position:relative;
    width:1024px;
    height:300px;
    width:auto;
}
#logo {
    position:absolute;
    width:275px;
    height:300px;
    left:1px;
    top:0;
    background-image: url(Logo.jpg)
}
#home {
    position:absolute;
    width:210px;
    height:200px;
    left:990px;
}

#designs {
    
    position:absolute;
    width:850px;
    height:125px;
    background-image: url(Designs.jpg);
    top:325px;
    left:80px;
    
}
#title {
    position:absolute;
    width:450px;
    height:200px;
    top:65px;
    left:425px;
    background-image: url(Title.jpeg)
    
}
#paintings {
    position:absolute;
    width:850px;
    height:125px;
    background-image: url(Paintings.jpg);
    top:480px;
    left:80px;
}
#biography {
    position:absolute;
    width:850px;
    height:125px;
    background-image: url(Biography.jpg);
    top:640px;
    left:80px;
}
#contact {
    position:absolute;
    width:850px;
    height:125px;
    background-image: url(Contact.jpg);
    top:800px;
    left:80px;
}
#footer {
    position:absolute;
    width:184px;
    height:57px;
    top:1000px;
    left:460px;
    background-image: url(socialmedia.jpg);
    
}
