html{
	background: black;
	width:100%;
	height:100%;
}

body{
	background:url('../images/stars.png') repeat;
	width:100%;
	height:100%;
	padding-top:75px;
	display:block;
}

#Stage{
	width:960px;
	height:385px;
	background:rgba(0,0,0,0);
	display:block;
	margin:0 auto 120px auto;
}

footer{
	width:700px;
	margin:auto;
}

footer #flags{
	padding-top:15px;
	display:block;
	height:105px;
	float:left;
	margin-right:40px;
	
}
footer a.flag{
	width:62px;
	height:36px;
	margin-right:20px;
	float:left;
	display:inline-block;
	font-size: 24px;
	font-weight:bold;
	color:white;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	background:url('../images/flags.png');
}

footer a {
	color:#00af00;
	text-decoration:none;
}

footer #us{
	background-position: 0 0;
}
footer #us:hover{
	background-position: 0 -36px;
}

footer a#is{
	background-position: -62px 0;
}
footer a#is:hover{
	background-position: -62px -36px;
}


footer p{
	font-size:11px;
	color:white;
	font-family:Helvetica, Arial, sans-serif;
	line-height:17px;
	margin:10px;
	letter-spacing: 1px;
	font-weight:100;
}