
body {
margin : 0;
padding : 0;
background-image : url('images/bg.jpg');
background-color : #000;
font : 80% Arial, Georgia, Helvetica, sans-serif;
line-height : 1.9;
}
a:link, a:visited {
color : #d1a375;
text-decoration : none;
}
a:hover, a:active {
color : #c2c2c2;
text-decoration : underline;
}
#contents {
position : absolute;
top : 315px;
left : 27px;
width : 515px;
}
#menu {
position : absolute;
top : 400px;
left : 696px;
width : 100px;
}
h2 {
background : #d4bd87;
border-bottom : 1px solid #000;
padding : 7px;
}
p {
padding : 3px;
}
strong, b {
color : #d68f00;
}
em, u, i {
color : #ffb114;
}