div#sky
{
	background-image: url('/img/splash/sky.png'); 
	background-repeat: repeat-x; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	height: 400px
}

div#logo
{
	position: absolute; 
	top: 196px; 
	left: 50%; 
	margin-left: -240px
}

div#logo img
{
	width: 480px;
}

div#cloud
{
	position: absolute; 
	top: 20px; 
	right: 50%; 
	margin-right: 50px
}

div#cloud img
{
	width: 400px;
}

div#opening
{
	position: absolute; 
	top: 40px; 
	left: 50%; 
	margin-left: 70px
}

div#opening img
{
	width: 300px;
}

div#register
{
	position: absolute; 
	width: 300px;
	top: 550px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
}

div#register .button
{
	padding: 10px 20px;
	font-size: 1.2em;
}

div#footer
{
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	color: #89b7d3; 
	text-align: center;
	padding: 15px;
	background-color: #FFF;
}

div#footer a
{
	text-decoration: none; 
	color: #89b7d3; 
	font-weight: bold
}

form#register_form textarea
{
	height: 100px;
}

div#trapphustavla
{
	text-align: center;
	padding: 30px;
}

div#trapphustavla img
{
	max-width: 100%;
}