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

body { background: url(bg-body.jpg) no-repeat; color: #333 }

#ramme {
	position: absolute; top: 50%; left: 50%;
	width: 930px; height: 500px; margin: -250px 0 0 -465px;
	background: url(parkering.jpg) no-repeat;
	/* Alle hjørner */
		border-radius: 10px;    		/* CSS3 */
		-moz-border-radius: 10px;	/* MOZILLA */
		-webkit-border-radius: 10px	/* SAFARI, CHROME */;
	box-shadow: 0 0 10px #333 }

#inner { padding: 165px 20px 0 330px }

.textreplace { display: none }

p { font: 18px/1.5 arial, helvetica, verdana }
a { color: #369; font-weight: bold }

ul { margin: 0; padding: 0; list-style: none; position: absolute; top: 397px; left: 0; width: 930px }
li { float: left; display: inline }
li a { display: block; float: left; width: 100px; height: 103px; overflow: hidden; text-indent: -999em }
li.logo a { width: 330px }
