body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background-color: #282828;
margin: 0px;
padding: 0px;
height:100%;
}
#container {
height: 100%;
}
#header {
width: 900px;
background-image: url("/img/background.jpg");
background-repeat: repeat-y; 
margin: 0px auto;
}
#logo {
margin: 0px auto;
text-align: center;
padding: 5px 0px 10px 0px;
}
#logo img {
text-decoration: none;
border: none;
}
#navigationLong {
width: 100%;
background-image: url("/img/background-navigation.jpg");
background-repeat: repeat-x;
margin: 0px auto;
text-align: center;
color: #fdc401;
height: 18px;
}
#navigation {
width: 900px;
background-image: url("/img/background-dim.jpg");
background-repeat: repeat-x;
margin: 0px auto;
text-align: center;
color: #fdc401;
font-weight: bold;
height: 18px;
}
#navigation a {
text-decoration: none;
color: #fdc401;
}
#wrapper {
width: 900px;
background-image: url("/img/background.jpg");
background-repeat: repeat-y;
margin: 0px auto;
height: 100%;
}
#innerwrapper {
width: 800px;
margin: 0px auto;
min-height: 500px;
padding: 5px;
}
#copyright {
clear: both;
text-align: center;
font-size: 11px;
font-weight: bold;
color:#333333;
padding: 0px 0px 5px 0px;
}