/* @override 
	http://www.notp.loc/style/intro/screen.css
*/

* {
	text-shadow: #fff 0 0 0;
}

body {
	background: #0c0b11 url(/style/images/back_red.jpg) repeat-x fixed 30% top;
	font: 11px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #eee;
}


#wrap {
	width: 900px;
	margin: 0 auto;
}




#horizon        
	{
	text-align: center;
	position: absolute;
	top: 60%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	margin-left: -250px;
	position: absolute;
	top: -220px;
	left: 50%;
	width: 500px;
	height: 300px;
	visibility: visible;
	}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #fff;
}


#header {
	width: 400px;
	height: 210px;
	background: transparent url('/style/intro/images/logo.png') no-repeat left top;
	float: left;
}

#header h1 {
	display: none;
}

#countries {
	width: 370px;
	position: absolute;
	top: 180px;
	right: 0;
	text-align: left;
}


#countries ul,
#countries ul li,
#countries ul li ul,
#countries ul li ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#countries ul li {
	float: left;
	clear: none;
}

#countries ul li ul {
	display: none;
	float: left;
	position: absolute;
	top: 31px;

}

#countries ul li ul li a {
	padding: 5px;
	font-size: 105%;
	float: left;
}

#countries ul li ul li a:hover {
}


#countries ul li span {
	display: none;
}

#countries ul li:hover ul {
	display: block;
}


#countries ul li a:hover span {
	color: #FFF;
	display: block;
	float: left;
	position: absolute;
	top: 45px;
	left: 18px;
	font-size: 130%;
	white-space: nowrap;
}

#countries ul li ul li span {
	display: inline;
}

#countries ul li a {
	float: left;
	width: 46px;
	height: 31px;
	margin-left: 15px;
}

#countries ul li a#belgium {
	background: transparent url(/style/intro/images/flag_be.png);
}

#countries ul li a#netherlands {
	background: transparent url(/style/intro/images/flag_nl.png);
}

#countries ul li a#germany {
	background: transparent url(/style/intro/images/flag_ge.png);
}

#countries ul li a#france {
	background: transparent url(/style/intro/images/flag_fr.png);
}

#countries ul li a#espana {
	background: transparent url(/style/intro/images/flag_es.png);
}


#countries a#english {
	position: absolute;
	top: 60px;
	text-align: right;
	left: 18px;
	width: 350px;
}

#countries ul li a#belgium:hover,
#countries ul li a#netherlands:hover,
#countries ul li a#germany:hover,
#countries ul li a#france:hover,
#countries ul li a#espana:hover {
	background-position: 0 0;
}

#countries ul li a#belgium,
#countries ul li a#netherlands,
#countries ul li a#germany,
#countries ul li a#france,
#countries ul li a#espana {
	background-position: 0 31px;
}

#player {
	margin-left: 80px;
}

#footer {
	color: #ddd;
	text-align: center;
	width: 100%;
	bottom: 0;
	padding-bottom: 20px;
	position: absolute;
}

#copyright {
	color: #555; 
	font-size: 95%;
}

#copyright a {
	color: #555;
	text-decoration: underline;
}

#copyright a:hover {
	color: #999;
	text-decoration: underline;
}