@charset "utf-8";
/* CSS Document */

.body, html {
	height:100%;
	margin:0px;
	background-color: #fadce9;
}
body {
	margin:0px;
	padding:0px;
}
html {
	background-image:url(../images/tigerstripe.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}

* {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}
a {
	font-weight:bold;
	color: #000000;
}
a:hover {
	color: #000000;
}

.tekst {
	color: #000000;
}

/* div */
#nav {
	float:right;
	margin-top:150px;
}
#logo {
	position:absolute;
	margin:0px;
	padding:0px;
}
#wrapper {
	width:850px;
	margin-left:50px;
}
#clr { 
	clear:both;
}
#gallery {
	width:850px;
	display:block;
	margin-left:30px;
}
#gallery-post {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
#gallery-header {
	font-weight:bold;
	width:850px;
	margin-top:30px;
	margin-bottom:10px;
}
#gallery-top {
	height:200px;
}
