/* FINNISH SPECIFIC STYLES */

.frontPageBanner {
	height: 450px;
	width: 800px;
	background: url(../../pics/PC/frontpage_banner_bg_fi_FI.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.frontPageBannerPCButton {
	width: 264px;
	height: 64px;
	background: url(../../pics/PC/frontpage_banner_buttons_bg_fi_FI.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 270px;
}

.frontPageBannerMobileButton {
	width: 264px;
	height: 64px;
	background: url(../../pics/PC/frontpage_banner_buttons_bg_fi_FI.png);
	background-position: 0px -64px;
	background-repeat: no-repeat; 
	position: absolute;
	top: 224px;
	left: 270px;
}

.frontPageBannerPCButton:hover {
	background: url(../../pics/PC/frontpage_banner_buttons_bg_fi_FI.png);
	background-position: 264px 0px; 
	cursor: pointer;
}

.frontPageBannerMobileButton:hover {
	background: url(../../pics/PC/frontpage_banner_buttons_bg_fi_FI.png);
	background-position: 264px -64px;
	cursor: pointer;
}


/* toplogo */
#toplogo
{
	background: url(../../pics/PC/epuuk_logo.png);
	background-repeat: no-repeat;
	width: 58px;
	height: 45px;
	position: absolute;
	top: 3px;
	left: 25px; 
	z-index: 2;
}

/* toplogo text */
#toplogotxt
{
	background: url(../../pics/PC/epuuk_logo_txt.png);
	background-repeat: no-repeat;
	width: 112px;
	height: 24px;
	float: left;
	padding-top: 30px;
	padding-left: 9px;
	position: absolute;
	top: 3px;
	left: 82px;
	z-index: 2;
	color: #2090fe;
}


