html, body{height: 100%; width: 100%; background: url(/images/bg.gif) repeat;}

.pngfix{
	behavior: url("/javascript/iepngfix.htc") 
}

img{border:0px;}

#languages{text-align: right; position: absolute; width: 160px;}
#languages a{
	padding: 0.3em 0.8em;
	background: #4c0900;
	color: #fff;
	text-align: right;
	font-size: 18pt;
	margin-bottom: 1em;
	float: right;
	clear: right;
	text-decoration: none;
}
#languages a:hover{
	background: #b93700;
}