		ul,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,div,dl,dt,dd,hr {
			margin: 0;
			padding: 0;
			border: none;
			background-color: transparent;
			color: inherit;
			font: inherit;
			text-indent: 0;
		}
		
		html, body {
			margin: 0;
			padding: 0;
			border: none;
			text-indent: 0;
		}
		
		em, i { font-style: italic; }
		
		body {
			color: #333;
			background-color: #ccc;
			background-image: url('../images/body.jpg');
			background-repeat: repeat;
		}
		
		#horizontalwrapper {
			text-align: center;
			position: absolute;
			top: 50%;
			left: 0px;
			width: 100%;
			height: 0px;
			display: visible;
		}
		
		#verticalwrapper {
			width: 706px;
			margin-left: -353px;
			height: 595px;
			top: -297px;
			position: absolute;
			left: 50%;
			visibility: visible;
			background-image: url('../images/content_bg.jpg');
			background-repeat: no-repeat;
		}
		
		#content {
			text-align: center;
			font-size: 0.8em;
			font-family: Georgia, serif;
			font-style: italic;
		}
		
		#copy {
			width: 285px;
			margin: 216px auto 0 auto;
			line-height: 1.5em;
		}
		
		h1 {
			text-indent: -9999em;
			background-image: url('../images/vardshusverkstan_logo.png');
			background-repeat: no-repeat;
			background-position: center top;
			width: 133px;
			height: 74px;
			text-align: center;
			margin: 0 auto;
		}
		
		#main_copy {
			text-align: justify;
			border-top: 3px double #C9D1E4;
			padding: 10px 0 15px 0;
		}
		
		#links {
			border-bottom: 3px double #C9D1E4;
			padding: 0 0 10px 0;
			color: #aaa;
		}
		
		a { outline: none; }
		
		a,a:link,a:visited,a:active {
			color: #2C3F71;
			text-decoration: none;
			border-bottom:1px dotted #aaa;
		}
		
		a:hover {
			color: #2C3F71;
			text-decoration: none;
			border-bottom:1px solid #2C3F71;
		}
