* { 
margin: 0; 
padding: 0;
}

body {
background: #fff url(../images/olafur-bg.png) no-repeat center top;
color: #4f8dcf;
font-family: "museo-slab-1","museo-slab-2", "American Typewriter", "Courier New", courier, sans-serif;
font-size: 12px;
font-weight: 300;
line-height: 18px;
text-align: center;
min-width: 960px;
}

#wrapper {
position: relative;
text-align: left;
margin-right: auto;
margin-left: auto;
width: 960px;
height: 100%;
min-height: 450px;
}

a:link, a:visited {
color: #4f8dcf;
text-decoration: none;
}

a.olafur {
color: white;
text-decoration: underline;
}

a:hover, a:active, a:focus {
color: #f60;
text-decoration: underline;
}

h1 {
position: absolute;
top: 80px;
left: 160px;
width: 360px;
height: 48px;
background: transparent url(../images/hello.png) no-repeat top left;
}

	h1 span {
	display: none;
	}

div#welcome {
position: absolute;
top: 155px;
left: 170px;
width: 680px;
height: auto;
color: white;
line-height: 28px;
}

	.lW { float: left; clear: left; height: 28px; }
	.rW { float: right; clear: right; height: 28px; }

	span#welcome-1 {
	font-weight: 400;
	font-size: 24px;
	}
	
	span#welcome-2 {
	font-size: 20px;
	}
	
	span#welcome-3 {
	font-size: 16px;
	}
	
	span#welcome-4 {
	display: block;
	float: right;
	width: 279px;
	height: 36px;
	margin-top: 5px;
	background: transparent url(../images/asitshouldbe.png) no-repeat top left;
	}
	
		span#welcome-4 em {
		display: none;
		}
		
a#download {
display: block;
position: absolute;
top: 231px;
left: 31px;
width: 120px;
height: 119px;
background: transparent url(../images/download.png) no-repeat top left;
}

	a#download:hover, a#download:active, a#download:focus {
	background-position: bottom left;
	}
	
	a#download span {
	display: none;
	}
	
p#download-message {
position: absolute;
top: 390px;
left: 30px;
}

	p#download-message span {
	display: block;
	}
	
	p#download-message span#download-1 {
	font-weight: 400;
	font-size: 28px;
	line-height: 36px;
	}
	
	p#download-message span#download-2 {
	font-size: 24px;
	line-height: 26px;
	}
	
	p#download-message span#download-3 {
	font-size: 18px;
	line-height: 30px;
	}
	
p#sharing {
position: absolute;
top: 510px;
left: 30px;
width: 340px;
padding-right: 100px;
}

	p#sharing span#sharing-1 {
	font-weight: 400;
	display: block;
	font-size: 24px;
	line-height: 30px;
	}
	
	p#sharing span#sharing-2 {
	display: block;
	font-size: 16px;
	line-height: 20px;
	}
	
	a#sharing-facebook {
	position: absolute;
	top: 20px;
	left: 360px;
	width: 48px;
	height: 48px;
	background: transparent url(../images/icon-facebook.png) no-repeat top left;
	}

	a#sharing-twitter {
	position: absolute;
	top: 24px;
	left: 415px;
	width: 48px;
	height: 48px;
	background: transparent url(../images/icon-twitter.png) no-repeat top left;
	}
	
	a#sharing-facebook span, a#sharing-twitter span {
	display: none;
	}
	
div#footer {
position: absolute;
top: 630px;
left: 0;
width: 960px;
height: auto;
border-top: 1px solid #4f8dcf;
}

	div#footer a#iceland {
	position: absolute;
	top: 40px;
	left: 30px;
	font-weight: 700;
	font-size: 16px;
	background: transparent url(../images/iceland-silhouette.png) no-repeat top left;
	display: block;
	width: auto;
	height: auto;
	padding: 8px 0 8px 50px;
	}
	
	div#footer a#aegir {
	position: absolute;
	font-weight: 200;
	top: 20px;
	right: 0;
	background: transparent url(../images/aegir-logo.png) no-repeat top right;
	display: block;
	width: auto;
	height: auto;
	padding: 30px 65px 30px 0;
	}
