@charset "utf-8";
body {
	margin:0;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#515054;
	color:#FFF;
}
a {
	background-color:transparent;
	color:#FFF;
	text-decoration:none;
}
a:hover {
	background-color:transparent;
	color:#FFF;
	text-decoration:underline;
}
#content {
	width:462px;
	margin:100px auto;
}
#gr a {
	background:url(../img/logo-gr.gif) no-repeat;
	width:175px;
	height:164px;
	float:left;
}
#gr a:hover {
	background:url(../img/logo-gr.gif) no-repeat;
	background-position:0 -164px;
}
#en a {
	background:url(../img/logo-en.gif) no-repeat;
	width:193px;
	height:164px;
	float:left;
}
#en a:hover {
	background:url(../img/logo-en.gif) no-repeat;
	background-position:0 -164px;
}
#foot {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	font-size:9px;
}

