#container
{
	position: absolute;
	left: 50%;
	top: 40%;
	text-align:center;
	width: 100%;
	margin-left: -50%;
}
#box
{
	color: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	text-align: center;	
	width: 252px;
	height: 252px;
	background-image: url(../gfx/choose_language_box.gif);
}

img
{
	vertical-align: middle;
	border: none;
}

#preload_status
{
	margin-left: 5px;
}
#preload_status_img
{
	vertical-align: middle;
}
#preload_notice
{
	clear: both;
	font-size: 11px;
	line-height: 1.25;
}

a
{
	display: block;
	text-decoration: none;
	line-height: 20px;
}
a:link, a:visited, a:active
{
	color: #5c5c5c;
	background-color: none;
}
a:hover
{
	color: #e2001a;
	background-color: #cccccc;
}