body{
	font-family:Arial, Helvetica, sans-serif;
}

#splash{
	background:#000000 url(../images/splash_bg.jpg) center top no-repeat;
}

#splash .swe a{
	background:transparent url(../images/btn_swe.jpg);
}
#splash .esp a{
	background:transparent url(../images/btn_esp.jpg)
}
#splash .dnk a{
	background:transparent url(../images/btn_dnk.jpg)
}
#splash .che a{
	background:transparent url(../images/btn_che.jpg)
}
#splash .deu a{
	background:transparent url(../images/btn_deu.jpg)
}
#splash .gbr a{
	background:transparent url(../images/btn_gbr.jpg)
}
#splash .fra a{
	background:transparent url(../images/btn_fra.jpg)
}
#splash .aut a{
	background:transparent url(../images/btn_aut.jpg)
}
#splash .nld a{
	background:transparent url(../images/btn_nld.jpg)
}
#splash .eur a{

	background:transparent url(../images/btn_eur.jpg)
}

#splash .swe a:hover{
	background:transparent url(../images/btn_high_swe.jpg);
}
#splash .esp a:hover{
	background:transparent url(../images/btn_high_esp.jpg)
}
#splash .dnk a:hover{
	background:transparent url(../images/btn_high_dnk.jpg)
}
#splash .che a:hover{
	background:transparent url(../images/btn_high_che.jpg)
}
#splash .deu a:hover{
	background:transparent url(../images/btn_high_deu.jpg)
}
#splash .gbr a:hover{
	background:transparent url(../images/btn_high_gbr.jpg)
}
#splash .fra a:hover{
	background:transparent url(../images/btn_high_fra.jpg)
}
#splash .aut a:hover{
	background:transparent url(../images/btn_high_aut.jpg)
}
#splash .nld a:hover{
	background:transparent url(../images/btn_high_nld.jpg)
}
#splash .eur a:hover{
	background:transparent url(../images/btn_high_eur.jpg)
}

#splash .flag{
	height:24px;
	width:136px;
	margin-left:9px;
	text-transform:uppercase;
}

#splash .flag a{
	display:block;
	height:24px;
	width:136px;
	vertical-align:bottom;
	color:#FFFFFF;
	padding:0;
	margin:0;
	text-decoration:none;
	font-size:0.6em;
}

#splash ul{
	margin:104px 0 0 0;
	padding:0;
}

#splash li{
	margin:0;
	list-style:none;
	padding:0;
	text-align:center;
	
}
#splash li a span{
	display:block;
	padding-top:5px;
}
#splash  #wrapper{
	width:145px;
	margin:0 auto;
}
#splash .heading{
	padding:12px 0;
}

