body {
margin: 0px;
padding: 0px;
background: url('images/bg.jpg') repeat;
background-color: #FFFFFF;
font-size: 13px;
color: #FFFFFF;
font-family: tahoma, verdana, arial;
}

#layout {
width: 750px;
height: 656px;
background: url('images/undertaker.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
overflow: auto;
width: 464px;
height: 248px;
top: 165px;
left: 274px;
}

#navigation {
position: absolute;
text-align: right;
width: 422px;
top: 415px;
left: 306px;
font-size: 12px;
}

h1 {
border-bottom: 2px solid;
padding-left: 2px;
color: #FFFFFF;
font-size: 13px;
}

a {
color: #7D7D7D;
}

a:hover {
color: #000000;
background-color: #FFFFFF;
}
}
