
html, body {
margin : 0;
padding : 0;
}
body {
font : 80% georgia, arial, sans-serif;
background-image : url('images/bg.jpg');
line-height:1.5;
}
#content {
position : absolute;
top : 375px;
left : 256px;
width : 515px;
padding : 5px;
text-align : justify;
}
#menu {
position : absolute;
top : 100px;
left : 525px;
width : 100px;
padding : 5px;
text-align : justify;
}
a:link, a:visited {
color : #d59b6d;
text-decoration : none;
text-transform : uppercase; 
}
a:hover, a:active {
color : #c77b3d;
text-decoration : underline;
}
h2 {
padding : 10px;
color : #e2bc9c;
text-align : right;
background-color : #000;
}
