/* MAIN */

body
{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#606060;
	color:white;
}

body, th, td
{
	font:16px/1.8em Verdana,sans-serif;
}

#main-container
{
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	margin:auto;
	left:expression(this.parentNode.clientWidth/2 - this.clientWidth/2 + " px");
	top:expression(this.parentNode.clientHeight/2 - this.clientHeight/2 + " px");
	width:950px;
	height:250px;
}

#logo
{
	position:relative;
	top:0px;
	left:0px;
	width:500px;
	/* border-right: 5px solid black; */
	color: grey;
}

#logo a
{
	color: black;
	font:bold 16px/2em Verdana,sans-serif;
	text-align:center;
}

#logo a img
{
	border: 0px;
	padding-right: 10px;
}

#text-container
{
	border: 2px solid black;
	background:white;
	color: black;
	opacity:0.8;
	filter:alpha(opacity=80%);
	position:absolute;
	top:10px;
	right:10px;
	width:400px;
	height:220px;
	font:16px/2em Verdana,sans-serif;
	text-align:center;
}

#text-container p
{
	padding:10px;
}
#text-container p span img
{
	padding-top:20px;
}

#text-container p span h1 {
	font: bold 2em georgia, sans-serif;
}
#text-container p span p {
	font: italic 1.2em georgia, serif;
}

/* Text hiding */
.hide {
    display:none;
 }
.show {
    display:block;
 }

