html, body {
        font: 1.0em/140% "Arial", sans-serif;
        color: #000000;
        margin: 0;
        padding: 0;
        background: #424547 url(../img/intro.jpg) top center no-repeat;
        }

a 	{
	outline: none;
	}

a img 	{
	border: 0;
	}

#wrapper {
	position: relative;
	width: 650px;
	margin: 0 auto;
	}

div#fi,
div#en {
	position: absolute;
	margin-top: 590px;
	}

div#fi 	{
	width: 65px;
	height: 30px;
	left: 245px;
	}

div#en 	{
	widht; 65px;
	height: 30px;
	left: 330px; /*20px;*/
	}

a.suomi {
	width: 65px;
	height: 30px;
	background: url(../img/suomi.gif) top left no-repeat;
	display: block;
	}

a.suomi:hover {
	background-image: url(../img/suomi2.gif);
	}

a.english {
	width: 78px;
	height: 30px;
	background: url(../img/english.gif) top left no-repeat;
	display: block;
	}

a.english:hover {
	background-image: url(../img/english2.gif);
	}

div.english {
        width: 78px;
        height: 30px;
        background: url(../img/english.gif) top left no-repeat;
        display: block;
	}
