body {
  	background:#000
  	}



#page {
  	position:absolute;
  	left:50%;
 	top:50%;
  	margin-left:-200px;
  	width:400px;
  	height:400px;
  	margin-top:-200px;
  	background:#555;
  	border-width:2px 2px 2px 2px;
  	border-style:solid;
  	border-color: #333 #333 #bbb #bbb;
	}


#preload { 
	display:none; 
	}



#page img {
	border:0;
	}


#blog a {
	background: url(./ikoner/blog1.png) 0 0 no-repeat;  
  	width:200px;
  	height:200px;
  	float:left;
  	border:0;
	}

#blog a:hover{
	background: url(./ikoner/blog2.png) 0 0 no-repeat;  
  	width:200px;
  	height:200px;
  	float:left;
  	border:0;	
	}

#facebook a {
	background: url(./ikoner/facebook1.png) 0 0 no-repeat;  
  	width:200px;
  	height:200px;
  	float:left;
  	border:0;
	}

#facebook a:hover{
	background: url(./ikoner/facebook2.png) 0 0 no-repeat;  
  	width:200px;
  	height:200px;
  	float:left;
  	border:0;
	}

#galleri a {
	background: url(./ikoner/kamera1.png) 0 0 no-repeat;  
  	width:200px;
  	height:200px;
  	float:left;
  	border:0;
	}

#galleri a:hover{
	background: url(./ikoner/kamera2.png) 0 0 no-repeat;  
  	width:200px;
  	height:200px;
  	float:left;
  	border:0;
	}

#about a {
	background: url(./ikoner/man1.png) 0 0 no-repeat;  
  	width:200px;
  	height:200px;
  	float:left;
  	border:0;	
	}

#about a:hover{
	background: url(./ikoner/man2.png) 0 0 no-repeat;  
  	width:200px;
  	height:200px;
  	float:left;
  	border:0;
	}

#footer p {
	position: relative;
	top: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0px none;
	color: #333;
	font-size: 10px;
	font-family: trebuchet, verdana, arial, sans-serif;
	}




