body { 
background: #000; 
cursor: default; 
overflow: hidden; 
margin: 0px;
padding: 0px;
}

a {text-decoration: none; cursor: default; }
td {margin: 0px; padding: 0px;}
tr {margin: 0px; padding: 0px;}

/*---------------------------------------------------
Wraps and Header Wrap Info
-----------------------------------------------------*/


#mainwrap {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
width: 650px;
height: 450px;
margin-left: -325px;
margin-top: -225px;
}


#header1 { 
background: url(dg-index_01.jpg) top left no-repeat;
width: 650px;
height: 375px; 
}

#eXTReMe {
position: absolute;
left: 50%;
top: 50%;
z-index: 2;
width: 38px;
height: 41px;
margin-left: 270px;
margin-top: 85px;
}

#transparent {
position: absolute;
left: 50%;
top: 50%;
z-index: 3;
width: 40px;
height: 41px;
margin-left: 270px;
margin-top: 85px;
background: url(transparent.png) top left repeat;
}

/*---------------------------------------------------
Content Header Navigation Information
-----------------------------------------------------*/

#navigation { float: left; font: 1px arial; }

#navigation ul{
padding: 0px; margin: 0px;
}

#navi {
background: transparent url(navigation.jpg) top right no-repeat;
margin: 0;
padding: 0;
position: relative;
width: 650px; 
height: 49px; 
}

#navi li {
display: block; 	
list-style: none;
margin: 0;
padding: 0;
position: absolute; 
}

#navi a { 
display: block;  
height: 49px; 
text-decoration: none;
}

#navi span { 
font-size: 1.0em;
visibility: hidden; 
}

#link1 {
top: 0px;
left: 154px; 
width: 82px; 
}

#link2 {
top: 0px;
left: 254px; 
width: 144px; 
}

#link3 {
top: 0px;
left: 415px; 
width: 92px; 
}


#link1 a:hover { background: url(navigation.jpg) -154px -49px no-repeat;}
#link2 a:hover { background: url(navigation.jpg) -254px -49px no-repeat;}
#link3 a:hover { background: url(navigation.jpg) -415px -49px no-repeat;}
