body {
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
   background-image: url('http://www.mediastyles.se/tillmar/_images/web_bg.gif');
   background-repeat: repeat-x;
   font-family: Verdana;
   font-size: 11px;
}

#webpage {
   width: 557px;
   margin: 20px auto;
   background-image: url('http://www.mediastyles.se/tillmar/_images/web_innehall.gif');
   background-repeat: repeat-y;
   background-position:  center 50%;
}

   #webpage_top {
      height: 97px;
      background: url('http://www.mediastyles.se/tillmar/_images/web_topp.gif') no-repeat top center;
   }
   
   #webpage_bottom {
	  clear: both;
      height: 5px;
      background: url('http://www.mediastyles.se/tillmar/_images/web_bottom.gif') no-repeat bottom center;
   }
   
   
#webpage_content {
   margin: 0 /* 0 8px 0 8px; */
   }
   
   
   #content {
   padding: 10px;
   width: 422px;
   float: left;
}

#sidebar {
   padding: 10px;
   width: 95px;
   float: left;
}
	#sidebar .rubrik {
		color: #1E4A60;
		font-size: 12px;
		font-weight: bold;
	}
