html, body {
	height            : 100%;
	font-family		  : Arial, Helvetica, Sans-Serif;
	font-size		  : 12px;
}
table#index {
	text-align        : center;
	width             : 100%;
	height            : 100%;
}
table#language {
	text-align        : left;
	border-collapse   : collapse;
	width             : 550px;
	margin            : 0 auto;
}
table#language td {
	border            : 1px solid #034EA2;
	background        : #f2f2f2;
	padding           : 10px;
	width             : 33%;
	vertical-align    : top;
}
table#language td img {
	border            : 0;
}
table#language td a {
	text-decoration   : none;
	text-indent       : 25px;
	color             : #014EA2;
	display           : block;
	width             : 100%;
}
table#language td a:hover {
	text-decoration   : underline;
}
table#language td a strong {
	color             : black;
}
table#language td a.de {
	background        : url(/images/admin/countries/de.gif) no-repeat;
}
table#language td a.en {
	background        : url(/images/admin/countries/en.gif) no-repeat;
}
table#language td a.ru {
	background        : url(/images/admin/countries/ru.gif) no-repeat;
}