body {
	background-image: url("../bakgrunn1.jpg") ;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat
	text-align: center;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #e2e2e2;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #e2e2e2;
	font-weight: bold;
	text-align: center;
}


table#container {
	width: 900px;
	background-color: #3e3a37;
}

td {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	
}

td#header {
	background-color: #3e3a37;
	height: 120px;
	width: 870px;
	vertical-align: middle;
}

td#contactMiddle {
	text-align: right;
	background-color: #3e3a37;
	width: 400px;
	font-weight: bold;
	color: #e2e2e2;
	vertical-align: top;
}

td#contactRight {
	background-color: #3e3a37;
	width: 400px;
	text-align: left;
	color: #e2e2e2;
	vertical-align: text-top;
}

td#linkbox {
	background-color: #3e3a37;
	height: 100px;
	width: 280px;
}

td#picbox {
	height: 300px;
	width: 870px;
}

td#contactbox {
	background-color: #3e3a37;
	height: 300px;
	width: 870px;
	color: #e2e2e2;
}

td#footer {
	background-color: #3e3a37;
	height: 20px;
	width: 870px;
	vertical-align: middle;
	text-align: center;
	color: #e2e2e2;
}

a {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #e2e2e2;
}




