
html, body {
margin : 0;
padding : 0;
}
body {
font : 80% "trebuchet ms", georgia, arial, sans-serif;
color : #828282;
background-image : url('images/bg.jpg');
line-height:1.5;
}
#content {
position : absolute;
top : 475px;
left : 155px;
width : 600px;
text-align : left;
padding : 5px;
text-align : justify;
}
a:link, a:visited {
color : #ccb399;
text-decoration : underline;
}
a:hover, a:active {
color : #000;
text-decoration : none;
}
input, select, textarea {
background-color : #000;
border : 1px solid #828282;
color : #fff;
}
h2 {
color : #eeeae1;
text-align : right;
letter-spacing : 1px;
padding : 5px;
background-color : #CD4CDC;
}
