body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, courier;
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight: bold;
	background-color: rgb(100,97,97);
	border: 0px solid white;
}

#all {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	padding: 0;
	border: 0px solid white;
}

#header {
	background-image: url(../kuvat/banner_top.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 180px;
	margin: 0;
	padding: 0;
	border: 0px solid white;
}

h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#content {
	background-image: url(../kuvat/content.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 100%;
	min-height: 351px;
	margin: 0;
	margin-bottom: 1%;
	padding: 0;
	padding-top: 0.5%;
	border: 0px solid white;
}
#yla_tuote {
	position: absolute;
	float: left;
	left: 50%;
	top: 54%;
	margin-right: 10%;
	margin-bottom: 4%;
}

#ala_tuote {
	position: absolute;
	float: left;
	left: 50%;
	top: 77%;
	margin-right: 10%;
	margin-bottom: 4%;
}

#left {
	margin: 0;
	padding: 0;
	float:left;
	width: 130px;
	border: 0px solid white;
}

#menu {
	margin: 0;
	margin-left: 20%;
	padding: 0;
	list-style-type: none;
}

.tuotteemme span, .yhteystiedot span {
	display: none;
}

.tuotteemme {
	display: block;
	margin: 0;
	padding: 0;
	width: 106px;
	height: 24px;
	border: 0;
	background: url(../kuvat/tuotteet.png) bottom left no-repeat;
}

.tuotteemme:hover {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../kuvat/tuotteet_hover.png) bottom left no-repeat;
}

.yhteystiedot {
	display: block;
	margin-left: 0;
	padding: 0;
	width: 106px;
	height: 24px;
	border: 0;
	background: url(../kuvat/yhteystiedot.png) bottom left no-repeat;
}

.yhteystiedot:hover {
	margin: 0;
	padding: 0;
	background: url(../kuvat/yhteystiedot_hover.png) bottom left no-repeat;
}

#right {
	margin: 0;
	margin-left: 20%;
	padding: 2% 5% 2% 5%;
	width: 500px;
	min-height: 700px;
	background-color: rgb(200,200,200);
	filter: alpha(opacity=60);
	opacity: 0.6;
  	-moz-opacity: 0.6;
	border: 0px solid red;
}
h2 {
	text-align: center;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#kartta {
	position: absolute;
	float: left;
	top: 42%;
	left: 30%;
}

.print {
	color: rgb(255,0,0);
	padding-left: 5%;
}