body {
margin: 0px;
padding: 0px;
background: url('Butterfly-bg.jpg') repeat-y;
background-color: #000000;
font-size: 12px;
color: #CCCCCC;
font-family: verdana, arial, sans-serif;
}

#layout {
width: 785px;
background: url('Butterfly-bg.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}


#nav-home {
position: absolute;
width: 70px;
top: 209px;
left: 285px;
}

#nav-blog {
position: absolute;
width: 70px;
top: 209px;
left: 379px;
}

#nav-writing {
position: absolute;
width: 70px;
top: 209px;
left: 479px;
}

#nav-Art {
position: absolute;
width: 70px;
top: 209px;
left: 608px;
}

#nav-links {
position: absolute;
width: 70px;
top: 209px;
left: 688px;
}

#content {
position: absolute;
width: 740px;
top: 250px;
left: 25px;
}

#footer {
position: absolute;
width: 800px;
bottom: 20px;
left: 100px;
}

h1 {
color: #CCCCCC;
font-size: 17px;
}

h2 {
color: #CCCCCC;
font-size: 14px;
}

a {
color: #999999
}


a:hover {
color: #FFFFFF
} 
