
html, body {
margin : 0;
padding : 0;
}
body {
font : 90% verdana, arial, georgia, sans-serif;
color : #000;
line-height: 1.5;
background : #B83731;
background-image : url('images/bg.jpg');
background-repeat : repeat-x;
line-height:1.5;
}
#content {
position : absolute;
left : 5px;
top : 225px;
width : 435px;
padding : 5px;
text-align : justify;
}
#wrapmenu {
position : absolute;
left : 5px;
top : 0;
width : 435px;
padding : 5px;
text-align : justify;
}
#google {
position : absolute;
left : 477px;
top : 515px;
width : 500px;
padding : 5px;
text-align : justify;
}
a:link, a:visited {
color : #DF8B86;
text-decoration : underline;
}
a:hover, a:active {
color : #0391B6;
text-decoration : underline;
}
h2 {
color : #B83731;
text-transform : uppercase;
letter-spacing : 1px;
padding : 5px;
background-color : #000;
}
#navlist li {
display : inline;
list-style-type : none;
padding-right : 10px;
}
