
body 
{
background-color: black;
background-image: url('images/header_hill-bg.jpg');
background-repeat: no-repeat;
}

h1 
{
color: #ff0000;
text-align: center;
font-family: arial;
font-size: 130%;
}

h2 
{
color: #ff1100; 
text-align: center;
font-family: sans-serif;
font-size: 115%;
}

p
{
color: rgb(255,255,255);
text-align: center;
font-size: 100%;
}

a:link    {color:red}
a:visited {color:darkred}
a:active  {color:green}
a:hover   {color:yellow}

img
{
border-style: none;
}

table.top
{
position: relative;
top: -65;
width: 800;
height: 206;
background-image: url('images/bg_top.jpg');
border:0px solid #888888;
z-index: 0;
}

table.main
{
position: relative;
top: -66;
width: 800;
background-image: url('images/bg_main.jpg');
border:0px solid #888888;
z-index: 0;
}

table.foot
{
position: relative;
top: -66;
width: 800;
height: 200;
background-image: url('images/bg_btm.jpg');
border:0px solid #888888;
z-index: 0;
}

table.links
{
position: relative;
top: -66;
width:800;
height: 142;
table-layout: automatic;
border: 0px solid #888888;
z-index:0;
}

table.last
{
position: relative;
top: -66;
width:800;
height: 31;
border: 0px solid #888888;
z-index:0;
}

table.logo
{
margin-right: 0;
margin-left: 0;
position: relative;
top: -26;
width: 100%;
height: 170px;
z-index: 4;
}

.divider 
{
position: absolute;
top: 164;
right: 0;
z-index: 3;
width: 100%;
height:20px;
background-image: url('images/divider.gif');
background-repeat: repeat-x;
}
           
.dwarf
{
position: relative;
left: -50;
top: -15;
z-index: 2;
width: 274px;
height: 164px;
z-index:3;
}
           
.orc 
{
position: relative;
right: -11;
top: -20;
width: 217px;
height: 245px;
z-index: 3;
}
       
table.download
{
position: relative;
top:-65;
width: 850;
height: 950;
border:0px solid #ffffff;
z-index: 1;
}

         
