body { 
color:#ffffff;
background-color:#3f2d24;
background-image:url(bg.png);
background-repeat:repeat-x;
text-align:center;
}

h1, h2, h3, h4{
margin: 0px;
padding: 0px;
}

img {
border-style:none;
}

a:link {
color:#ffffff;
text-decoration:underline;
}

a:visited{
color:#ffffff;
text-decoration:underline;
}

a:hover {
color:#ffffff;
text-decoration:underline;
}

a:active {
color:#ffffff;
text-decoration:underline;
}

div#center {
position:relative;
margin:0 auto;
text-align:left;
width:900px;
}

div#header{
float:left;
top:0px;
left:0px;
width:900px;
height:200px;
background-image:url(header.png);
}

div#menu{
float:left;
top:200px;
left:0px;
width:900px;
height:50px;
line-height:50px;
font-family:arial;
font-size:18px;
background-color:#303030;
}

div#menuitem {
margin-left:10px;
margin-right:5px;
float:left;
}

div#menuitem a:link {
color:#ffffff;
text-decoration:none;
}

div#menuitem a:visited{
color:#ffffff;
text-decoration:none;
}

div#menuitem a:hover {
color:#ffffff;
text-decoration:none;
}

div#menuitem a:active {
color:#ffffff;
text-decoration:none;
}

div#main{
float:left;
top:250px;
left:0px;
width:892px;
background-color:#6b6b6b;
border:4px solid #303030;
}

div#content{
margin:10px;
width:880px;
font-family:arial;
}

div#bottom{
float:left;
width:900px;
height:50px;
background-image:url(bottom.png);
}
