/* CSS Document */

#artwork {
	background-image: url(images/splash-welcome.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 334px;
}
a.splash:link, a.splash:visited, a.splash:active {
	color: #120B44;
	text-decoration: none;
	padding: 10px;
}
a.splash:hover {
	color: #ff6127;
	text-decoration: none;
	padding: 10px;
}
#nav-base {
	background:none;
	margin: 0px;
	padding: 0px;
	height: 19px;
}

.popuplanguage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
	text-align:center;
	visibility: hidden;
	color:#666666;
	height: 25px;
}

