/* Splash */

body {
	text-align: center;
	font-family: georgia;
	font-style: italic;
	color: #555;

}

#wrap {
	text-align: center;
	left: 0px;
	top: 50%;
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	height: 1px;
}
#splash {
	height: 124px;
	width: 277px;
	margin-left: -139px;
	position: absolute;
	top: -62px;
	left: 50%;
	visibility: visible;
	background-image: url(../img/logo1.jpg);
}
/* Splash slutt */
