body {
	margin: 50px;
  background-color: #cccccc;
}

div.all { /* the big-mama container */
	text-align: left;
  margin: 0px;
  padding: 0px;
  background-image: url(img/bakgrund.jpg);
/*  width: 945px;*/
  width: 1045px;
  height: 720px;
}

iframe {
  margin: 0;
  padding: 0;
}

span.meny {
  font-family: arial, sanserif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666666;
	line-height: 1.3em;
}

span.meny a{
	color: #666666;
  text-decoration: none;
}

span.meny a:hover{
  background-color: gray;
	color: black;
}

img#rubrik {
  margin-bottom: 8px;
}
