@charset "utf-8";

html, body {
	background-color:#000;
	height:100%;
	margin:0;
	font-family: "Trebuchet MS";
}

#container {
	width:1000px;
	height:575px;
	margin:auto;
	z-index:1
}

#top-left-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:10;
}

#top-right-contact {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:11;
	text-align:right
}

#header {
	background: url(scripts/img/bg.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index:8
}

#footer {
	font-family:Georgia;
	color:#999;
	font-size:10px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 19px;
	z-index:3;
}

#sound {
	font-family:Georgia;
	color:#fff;
	font-size:9px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 43px;
	z-index:4;
}

#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
}

#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
