body {
   background-color: #cacaca;
   font-family: Arial;
   font-size: 11px;
   margin: 0px;
   padding: 0px;
   }


/* Navigointi */

a:link, a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: none;
	letter-spacing: 2px;
}

a:hover {
	color:black;
	text-decoration: underline;
	}

.top {
   width: 800px;
   height: 270px;
   background-image: url(img/top.jpg);
   background-repeat: no-repeat;
   text-align: left;
   }

.middle {
   width: 800px;
   background-image: url(img/middle.jpg);
   background-repeat: repeat-y;
   text-align: left;
   }

.bottom {
   width: 800px;
   height: 70px;
   background-image: url(img/bottom.jpg);
   background-repeat: no-repeat;
   }

.content {
   margin: 170px 0 0 90px;
   width: 450px;
   float: left;
   }

.linkit {
   float: right;
   margin-right: 60px;
   margin-top: 10px;
   }
   
.vasensolu {
   width: 120px;
   text-align: left;
   background-color: #787eb5;
   color: #fff;
   border-width: 0 0 1px 0;
   border-style: solid;
   border-color: #fff;
   padding: 4px;   
   }
   
.oikeasolu {
   text-align: left;
   border-width: 0 0 1px 0;
   border-style: solid;
   border-color: #fff;
   padding: 4px;
   }
