
html, body {
margin : 0;
padding : 0;
}
body {
font : 80% arial, georgia, sans-serif;
color : #fff;
background-image : url('images/bg.jpg');
line-height: 1.5;
}
#content {
position : absolute;
top : 365px;
left : 255px;
width : 495px;
text-align : left;
padding : 5px;
}
#navlist li {
display : inline;
list-style-type : none;
padding-right : 10px;
}
a:link, a:visited {
color : #e08515;
text-decoration : none;
}
a:hover, a:active {
color : #f3bc7b;
font-weight : bold;
}
h2 {
background-color : #828282;
padding : 5px;
color : #000;
}
