﻿html, body
{
	width: 100%;
	height: 100%;
}
body
{
	background: #5983D7 url("../wallpapers/desktop3.jpg") repeat;
}

#langSwitcher
{
	height: 19px;
	background-color: #12315F;
	border-bottom: 1px solid #004;
	background-color: rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#langSwitcher ul
{
	padding: 2px;
}
#langSwitcher li a
{
	display: block;
	float: left;
	width: 21px;
	height: 13px;
	background-image: url("images/flags.png");
	margin: 1px 2px;
	opacity: 0.5;
}
#langSwitcher li a:focus, #langSwitcher li:hover a, #langSwitcher li a.selected
{
	margin: 2px 2px 0px 2px;
}
#langSwitcher li a.selected
{
	opacity: 0.9;
}
#langSwitcher li a:focus, #langSwitcher li:hover a
{
	opacity: 1;
}
#langSwitcher #lang-el
{
	background-position: 0px 0px;
}
#langSwitcher #lang-en
{
	background-position: 21px 0px;
}
