@charset "UTF-8";
/*Css for B & S */

img
{
border: 0;
}


body{

	background: #E0E1E2;
	

}


#wrapper{

	position: relative;
	top: 150px;
	
	width: 800px;	
	height: 425px;
	
	margin-left: auto;
   	margin-right: auto;
   	text-align: center;
   	z-index: 0;
	
}





#container {

	position: relative;
	top: 0px;
	
	width: 800px;	
	height: 425px;
	
	background-color:transparent;
	background-image: url(../images/bs_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	z-index: 1;
}

#container_fi {

	position: relative;
	top: 0px;
	
	width: 800px;	
	height: 425px;
	
	background-color:transparent;
	background-image: url(../images/bs_bg_fi.gif);
	background-repeat: no-repeat;
	background-position: center;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	z-index: 1;
}

#se{
	position:absolute;
	background-color: transparent;
	top: 210px;
	left: 16px;
	width:  379px;
	height:  192px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

#se_flag{
	position:absolute;
	width: 24px;
	height:  14px;
	left: 30px;
	top: 40px;
	background-color: transparent;
	background-image: url(../images/sweden_flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	
}

#fi_flag{
	position:absolute;
	width: 24px;
	height:  14px;
	left: 30px;
	top: 40px;
	background-color: transparent;
	background-image: url(../images/fi_flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	
}



#se_content{
	position: absolute;
	top: 36px;
	left: 55px;
	width: 247px;
	height: 100px;
	background-color: transparent;
	padding-left: 10px;
	
	/*font layout */
	text-align: left;
	color: #000000;
	font: 12px verdana;
	line-height: 20px;
	
	
	
	
}


#se_button{
	position: absolute;
	top: 115px;
	left: 60px;
	width: 247px;
	height: 45px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;

}


#en{
	position:absolute;
	background-color: transparent;
	top: 210px;
	left: 402px;
	width:  379px;
	height:  192px;
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	
	
}

#en_flag{
	position:absolute;
	width: 24px;
	height:  14px;
	left: 30px;
	top: 40px;
	background-color: transparent;
	background-image: url(../images/uk_flag.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	
}

#en_content{
	position: absolute;
	top: 36px;
	left: 57px;
	width: 247px;
	height: 100px;
	background-color: transparent;
	padding-left: 10px;
	
	/*font layout */
	text-align: left;
	color: #000000;
	font: 12px verdana;
	line-height: 20px;
	
		
}

#en_button{
	position: absolute;
	top: 115px;
	left: 60px;
	width: 247px;
	height: 45px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	
}


