@charset "UTF-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
	background: url(../img/bkg.png);
	text-align: center;
}

#content
{
	height: 720px;
	margin-bottom: -10px;
}

div#content
{
	height: 100%;
}

div#content a
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -305px;
	margin-top: -125px;
}

div#content a
{
	display: none;
	border: none;
	width: 611px;
	height: 250px;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
}

body.se #content a.se
{
	display: block;
	background: url(../img/se_copy.png) no-repeat 0 0;
}

body.no #content a.no
{
	display: block;
	background: url(../img/no_copy.png) no-repeat 0 0;
	width: 667px;
	height: 257px;
}

body.fi #content a.fi
{
	display: block;
	background: url(../img/fi_copy.png) no-repeat 0 0;
}