﻿#wrapper {
	position:relative;
	width:1200px;
	margin-left:auto;
	margin-right:auto;

}

body {

  background-color:#FFFFFF;

}

header {
	height:120px;
	width:1200px;
	background-color:#FFFFFF;
	background-image:url('KLANO.png');
	background-position:center;
	background-repeat:no-repeat;
	background-origin:border-box;
	
	
	
}

nav {
	position:absolute;
	top:130px;
	width:1200px;
	height:30px;
	background-color:#000000;
	
}

article {
	position:absolute;
	top:160px;
	height:1150px;
	margin-left:auto;
    margin-right:auto;
	width:1000px;
	min-height:500px;
	background-color:#FFFFFF;	


	
}

footer {
   
   position:relative;
   width:1200px;
   margin-left:auto;
   margin-right:auto;
   bottom:-1100px;   
   height:80px;
   background:#000000;
}


