body {
	
	background: url('/img/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	height: auto !important;
	position: relative;
}

#desktop-container {
	width: 100%;
}

div[data-role="page"] {
	width: 1024px !important;
    margin: 0 auto !important;
    position: relative !important;
    background: #fff;
}

div[data-role="content"] {
    left : 260px !important;
    width : auto !important;
    right : 0;
}

.tablet-menu {
	margin-right: 764px;
    margin-left:-512px;
    left:50%;
}

.ui-header,.ui-footer {
	position: absolute;
}

.ui-footer {
	bottom: 0;
	padding-bottom: 0;
}

.important-cover {
	position: absolute;
	top: 0;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
}

.important-cover.closed {
	margin-left: -252px;
	top: 88px;
	width: 764px;
	/*z-index: 10;*/
}


.sandnes-merke img {
	height: 366px;
	width: 366px;
}