body {
	font: .95em "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.6em;
	color: #333;
	background:url("../img/skel.png"),url("../img/red_sand.jpg");
	background-position: 90% bottom , left top;
	background-repeat: no-repeat, repeat; 
	width:63% ; /* föst breidd í vafra */
	margin:0 auto; /* tvö gildi = top+bottom og right+left */
}
header {
	background:url("../img/head.jpg") no-repeat	;
	height: 235px;
}
header h1 {
	margin: 0;
	padding: 2.5em 0 0 1em;
	text-align: left;
	font-size: 2.5em;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	color: #ffdc97;
}
h1, h2 {
	padding:10px;
	margin-bottom:-0.7em;
	color:#600;
	text-align:center;
}
p {
	padding:10px;
	margin:0;
}
ul li {
	 margin-left: 3em;
	 list-style: ;
	 list-style-image: url("../img/checkmark.svg");
} 
article {
	margin-top:-1.2em;
	background-color:rgb(255,255,255); /* IE fallback - http://css-tricks.com/rgba-browser-support/ */
	background-color:rgba(255,255,255,0.6);
}
footer {
	background-color:rgb(255,255,255); /* IE fallback - http://css-tricks.com/rgba-browser-support/ */
	background-color:rgba(255,255,255,0.4);
	font-style:italic;
}
.lala{
	float: left;
}
.blabla{
	float:right;
}
