﻿body
{
margin: 10px 0 0 0;
padding: 0;
width:100%;
height:100%;
} 

#center
{
z-index: 1; 
width: 990px;
margin: auto;
}

#navigation { 
  z-index: 2; 
  position: absolute; 
  width:500px; 
  height:250px; 
  top:50px; 
  left:50px; 
} 

a { text-decoration: none;
	color: #24486C;
}
