/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
	overflow:hidden;
}

.box a {
font-size: 10px;
color: black;
line-height: 10px;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
}

.box a:hover {
font-size: 10px;
color: white;
line-height: 10px;
background-color: black;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
}

a.grotelink { 
font-size: 18px;
color: black;
line-height: 10px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
font-style: bold;

}

a.grotelink:hover { 
font-size: 18px;
color: black;
line-height: 10px;
font-style: bold;
background-color: #ffea00;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
}

a.infolink { 
color: white;
text-decoration:none;
background-color: red;
font-style: bold;

}

a.infolink:hover { 
color: white;
font-style: bold;
background-color: black;
text-decoration:none;
}


#bg div {
    height:100%; 
    left:0;
    position:fixed;
    top:0;
    width:100%;
}

#bg td {
    text-align:center;
    vertical-align:bottom;
}

#bg img {
    margin:0 auto;
    min-height:100%;
    min-width:100%;
}

#cont {
	position:absolute;
	top:21px;
	left:19px;
	z-index:70;
	width: 424px;
}

.box { 
    margin: 0 auto; 
    width: 500px;
    padding: 0px;
    padding-bottom:10px;
    font: 14px Arial, Helvetica, sans-serif;
}

.box2 { 
    margin: 0 auto; 
    width: 500px;
    padding: 10px;
    padding-bottom:10px;
}

#info { 
   position:;
	top:183px;
	    width: 250px;
 font: 12px Georgia, Serif;
	line-height: 10px;
	left:817px;
	z-index:70;

}



#focus-stealer      { position: absolute; left: -9999px; }
