/* CSS Document */

body	{
	margin-top: 100px;
	padding: 0;
	background-color:#f8f8f8;
	}

div.ikkuna	{
	margin: 0 auto;
	background-image: url(img/reunat.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 762px;
	height: 500px;
	padding-top: 90px;
	}

div.tausta	{
	width: 668px;
    height: 410px;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
    }

div.logo	{
	background-image: url(img/fk.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 160px;
	background-position: center;
   	}

div.text	{
	width: 480px;
	margin-top: 40px;
	padding-left: 29px;
    }

div.right	{
  	width: 140px;
  	height: 20px;
	float: right;
	padding: 0;
	margin-top: 150px;
	margin-right: 10px;
 	}

div.copy	{
  	width: 110px;
  	float: left;
  	font: 10px Tahoma;
  	color: #747372;
	padding: 0;
	margin-top: 3px;
  	} 

div.pikkulogo	{
  	float: right;
	padding: 0;
  	}

p.otsikko	{
 	padding:0;
  	margin:0;
  	font-family: arial;
 	color: #747372;
  	font-size: 18px;
  	font-weight: bold;
  }

p.teksti	{
 	padding:0;
 	margin:0;
 	font-family: arial;
 	color: #747372;
 	font-size: 12px;
 	}

a:link {color: #747372;
		text-decoration:none;
		}
a:visited {color: #747372;
		text-decoration:none;
		}
a:hover {color: #FE9D04;
		text-decoration:none;
		}
a:active {color: #747372;
		text-decoration:none;
		}