html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background-image: url(bakgrund_pc.jpg);
	background-position: 50% 50%;
}
#main-content {
	height: 525px;
	width: 810px;
	position: absolute;
	top: 50%;
	margin-top: -312px;
	margin-right: auto;
	margin-left: -400px;
	padding-top: 0px;
	left: 50%;
}
#start-link {
	color: transparent;
	position: absolute;
	left: -10px;
	top: -10px;
	width: 310px;
	height: 50px;
}
#konst-link {
	color: transparent;
	position: absolute;
	left: 342px;
	top: -5px;
	width: 115px;
	height: 50px;
}
#cv-link {
	color: green;
	position: absolute;
	left: 475px;
	top: 0px;
	width: 118px;
	height: 50px;
	font-size: 0px;
}
#annat-link {
	color: transparent;
	position: absolute;
	left: 615px;
	top: 0px;
	width: 155px;
	height: 50px;
}

#contact {

	position: absolute;
	left: 194px;
	top: 610px;
	width: 505px;
	height: 50px;
}

#meny {
	list-style-type: none;
	height: 0px;
	width: 0px;
}
#main-frame {
	position: absolute;
	width: 100%;
	height: 520px;
	top: 55px;
	background-color: transparent;
	border: 0px solid #00FF00;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}



*{ border: 0px solid red;
}

a img{
border: none;
}

.transp-link {
	height: 100%;
	width: 100%;
}
#contact-image {
	position: absolute;
	top: 555px;
	left: 350px;

}
