/*
	Vidar Kvien Design
	Midlertidig nettside 070726

*/

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #1e1e26;
}

#container {
	display: block;
	width: 402px;
	height: 457px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#skjult {
	display: none;
}

a.splash:link, a.splash:visited {
	display: block;
	width: 402px;
	height: 457px;
	background-image: url(../img/070801_splash_bw.gif);
}

a.splash:hover, a.splash:active {

}