﻿body
{

	background-image: url('bg.jpg');
	margin:0px;
	direction:ltr;
	background-color:#004c7e;
	font-family:Tahoma;
}


#container
{
	width:625px;	
	height:409px;
	position:relative;
	top:100px;
	background-image:url('container.jpg');
	width:625px;
	height:401px;
	margin: auto;
}

.langlink
{
	font-family:Tahoma;
	position:absolute;
	top:237px;
	left:82px;
	width:139px;
	height:21px;
}

.langlink a
{
	color:White;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}


