﻿#wrapper {
	position:relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

header {
	position: absolute;
	height:120px;
	width:1024px;
	background-image: url('../site images/header.jpg');

}

nav {
	position: relative;
	top: 135px;
	left: 0px;
	height:1750px;
	width:180px;
	background-image: url('../site images/menu.jpg');
}


background {
	position: absolute;
	top: 135px;
	left: 190px;
	height:1750px;
	width:835px;
	background-image: url('../site images/raam.jpg');
}
article {
	position:absolute;
	top:150px;
	left: 290px;
	width:700px;
	background-color: white;
	padding: 8px;
}

footer {
	position:Absolute;
	top:1890px;
	height: 30px;
	width:1024px;
	background-image:url('../site images/bgbottom.jpg');
	
}



a:text {
	color: #000000;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #808080;
}

