

 /* styles for IE 5 Mac */
 #Horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #Horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -200px;
   text-align: center;
   min-width: 500px; 
 }
 /* end IE 5 hack */ 
	  



body {
	margin: 0; 
	padding:0;
	height: 100%;
	text-align: center; /* FOR IE5 */
	font: 11px Arial;
	color: #000;
	background: #590941;
	
}

/*****************************/
/*  GENERAL DECLARATIONS     */




/*****************************/
/* PAGE'S MAIN CONTAINER     */

#Container {
	position: relative;
	display: block;
	width: 640px;
	height: 480px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
	background: url(../img/start_body_bg.gif) no-repeat left top;

	
}


#Container:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#Yhtyma_suomi {
	display: block;
	position: absolute;
	color: #BFBFBF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	
	top: 140px;
	left: 180px;

}

#Container a:hover {
	color: #fff;

}

#Suomalainen {
	display: block;
	position: absolute;
	color: #BFBFBF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	
	top: 200px;
	left: 205px;


}

#Svenska {
	display: block;
	position: absolute;
	color: #BFBFBF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	
	top: 245px;
	left: 205px;

}

#Yhtyma_ruotsi {
	display: block;
	position: absolute;
	color: #BFBFBF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	
	top: 305px;
	left: 180px;

}


