/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:hidden;
}

#menu {
position: absolute;
top: 85%;
width: 100%;
height:80px;
}
#textbox {
position: absolute;
top: 15%;
width: 225px;
height: 300px;
background: white;
border: 5px double;
left: 70%;
color: black;
font: 12px Georgia, Times New Roman, Serif;
padding: 10px;
overflow: -moz-scrollbars-vertical
}

#menudiv {
background:none repeat scroll 0 0 #000000;
width: 100%;
height: 100%;
opacity:0.6;
filter:alpha(opacity=60);       /* IE */
position: absolute;
}

#links {
position: absolute;
right: 3%;
padding: 7px 0 0 7px;
}

#focus-stealer      { position: absolute; left: -9999px; }

a:link, a:visited, a:hover, a:active {
text-decoration: none;
border-style: none;
}

a:hover {
opacity: 1.0;
filter:alpha(opacity=100);
}

.fade {
opacity: .6;
filter:alpha(opacity=60);
}

img {
border-style: none;
padding: 0 10px;
}

