body {
    background-color: #000; 
}

#master { 
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(255,255,255);
}

header {
    background-image:url(images/godzilla_header.jpg);
    background-color: rgb(0,0,0);
    width: 960px;
    height: 312px;
    margin-bottom: 10px;
}


#Logo {
    background-image:url(images/Debi_Winger_Logo.png);
    width: 325px;
    height: 150px;
}

#Phone {
    font-family: Comic Sans MS; 
    font-size: 13px;
    font-color: black;
    width: 200px;
    height: 100px;
    float:right;
    margin-top: -150px;
    margin-right: 1px;
    list-style-type:none;
}
    ul {
        list-style-type: none;
    }
#link {
    color: #fff;
}

#link:hover {
    color: #0b571d;
}

#container {
    width:960px;
    height:475px;
}

nav {
    background-color: rgb(255,255,255);
    width: 200px; 
    height: 450px;
    font-family: Comic Sans MS, Arial;
    float:left; 
}

    nav ul {
        padding-left:70px;
    }

    nav li {
        color: #666;
        list-style-type:none;
        line-height: 75px;
        font-size: 26px;
    }

    nav a:link {
        color: #666;
        text-decoration:none;
    }

    nav a:visited {
        color: #666;
    }

    nav a:hover {
        color: #f0d448;
    }

article {
    background-color: rgb(255,255,255);
    width: 760px;
    height: 475px;
    float:left;
}

#home {
    background-image:url(images/arya_home.jpg);
    width: 625px;
    height: 375px;
    background-color: #eee;
    margin: auto;
    margin-top: 50px;
}

#about {
    background-image:url(images/Coming_Soon.png);
    width: 625px;
    height: 375px;
    background-color: #eee;
    margin: auto;
    margin-top: 50px;
}

#store {
    background-image:url(images/Coming_Soon.png);
    width: 625px;
    height: 375px;
    background-color: #eee;
    margin: auto;
    margin-top: 50px;
}

#gallery {
    background-image:url(images/Coming_Soon.png);
    width: 625px;
    height: 375px;
    background-color: #eee;
    margin: auto;
    margin-top: 50px;
}

footer {
    background-color: #ffffff;
    font-size: 9px;
    font-family: Comic Sans MS, Arial;
    text-align: center;
    padding-top: 10px;
    width: 960px;
    height: 25px;
    clear:both;
    
}