body
{
font-family: Verdana, sans-serif;
font-size: 12px;
background-color: #000;
background-image: url(asdf.jpg);
background-position: 100px -250px;
margin: 0;
padding: 0;
}

img
{
margin: 0; 
padding: 0;
border: none;
}

#navcontainer ul
{
position: absolute;
left: 15px;
top: 125px;
width: 666px;
display: block;
list-style: none outside;
padding: 0;
margin: 0 0 0 10px;
border-bottom: 1px solid #cecbc6;
}
#navcontainer li
{
padding: 0;
margin: 0 4px 0 0;
border-top: 1px solid #cecbc6;
border-right: 1px solid #cecbc6;
border-left: 1px solid #cecbc6;
background-color: #ccc;
color: #333;
font-weight: bold;
display: block;
float: left;
position: relative;
top: 1px;
}

#navcontainer a:link,
#navcontainer a:visited
{
background-color: #fff;
color: #333;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

#navcontainer a:hover
{
background-color: #900;
color: #fff;
}


#navcontainer li#active a
{
border-bottom: 1px solid #333;
background-color: #343;
background-image: url(content.jpg);
color: #cf9;
}

#content
{
position: absolute;
left: 15px;
top: 141px;
margin: 0 0 0 10px;
text-align: justify;
border-bottom: 1px solid #cecbc6;
border-right: 1px solid #cecbc6;
border-left: 1px solid #cecbc6;
padding: 0;
width: 666px;
height: 333px;
color: #cf9;
background-color: #343;
background-image: url(content.jpg);
background-position: -30px -2px;
}


#content img
{
margin: 0 1em 2em 1em; 
}

#content a:link,
#content a:visited
{
color: #3f3;
text-decoration: underline;
}

#content a:hover
{
color: #000;
}


#buru 
{
position: absolute;
left: 15px;
top: 477px;
font-size: 10px;
margin: 0 0 0 10px;
width: 666px;
text-align: right;
}

#buru a:link,
#buru a:visited
{
color: #cecbc6;
text-decoration: none;
}

#buru a:hover
{
color: #3f3;
}

#text
{
padding: 0;
margin: 5em 5em 0 5em;
}