html { overflow: -moz-scrollbars-vertical; }

body {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background-image: url("../images/bgg.png");
}

a {
	text-decoration: none;
	color: gray;
}

ul { list-style: none inside;}
a img { border: none;}

#container {
	margin-left: 40px;
	}
	
ul#menu {
	margin-left: 250px;
	}
	ul#menu li {
	display: inline;
	}
	ul#menu li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	float: left;
	}
	ul#menu li.nyt a {
	width: 104px;
	background: url(../images/menu_nyt2.png) bottom center;
	}
	ul#menu li.kauppa a {
	width: 104px;
	background: url(../images/menu_kauppa2.png) bottom center;
	}
	ul#menu li.tuotteet a {
	width: 104px;
	background: url(../images/menu_tuotteet2.png) bottom center;
	}
	ul#menu li.yhteys a {
	width: 104px;
	background: url(../images/menu_yhteys2.png) bottom center;
	}
	ul#menu li a:hover {
	background-position: center center;
	}

#content {
	clear: both;
	background: url(../images/content_bg.jpg) no-repeat;
	height:550px;
	width: 836px;
	position: absolute;
	top:148px;
}

#uutiset {
	float: left;
	-moz-opacity:0.9;
	margin: 40px 0 0 60px;
	padding: 10px 20px 20px 20px;
	color: #010000;
	background-color: #fffcfb;
	height: auto;
	width: 250px;
	}
	
#sidebar {
	background: url(../images/etukuvatausta.png) no-repeat;
	float: right;
	margin: 70px 60px 0 0 ;
	width: 299px;
	height: 413px;
}
	
#sidebar img {
	padding: 50px 20px 20px 20px;
	vertical-align: middle;

}


#historia {
	width: 250px;
	height: 265px;
	float: left;
	margin: 80px 0 0 60px;
	padding: 30px 20px 0px 50px;
	background: url(../images/historia_bg.png) no-repeat;
	}
	
#kauppa {
	width: 250px;
	height: 265px;
	float: right;
	margin: 140px 60px 0 0px;
	padding: 30px 20px 20px 50px;
	width: 250px;
	background: url(../images/historia_bg.png) no-repeat;
	}
	
#tuotteet {
background: url(../images/tuotetausta.png) no-repeat;
	padding: 10px;
	margin: 100px 60px 0 60px;
	color: white;
	
}

#tuotteet a {
color: #FFFFFF;
margin: 2px;
}


#yhteys {
	float: left;
	-moz-opacity:0.9;
	margin: 240px 0 0 460px;
	padding: 5px 20px 20px 20px;
	color: #010000;
	background-color: #fffcfb;
	height: auto;
	width: 250px;
	}

#footer p {
	margin-top: 600px;
	color: white;
}
