body, html
{
	background-color: black;
}

#splash-logo
{
	background-color: #000;
	width: 124px;
	height: 305px;
	margin-top: 20px;
	background-image: url('/misc/img/splash_logo.gif');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

a
{
	outline: none;
}

#line
{
	color: white;
	font-family: Arial;
	font-size: 10px;
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 10px;
}

#languageSelector
{
	width: 81px;
	height: 116px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	background-color: #000;
}

#languageSelector
{
	border: none;
}

.langSelectorElement
{
	float: left;
	width: 39px;
}

#languageSelectorDivider
{
	float: left;
	width: 3px;
	height: 116px;
	background-image: url('/misc/img/splash_line.gif');
	background-repeat: no-repeat;
}
