#header 
{
    box-shadow: 0 5px 10px #aaa;
    display: block;
    height: 110px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#header h1, #header ul
{
padding-left: 1%;
}

#content {
	position: absolute;
	top: 120px;
	left: 5px;
	width: 99.5%;
	height: 85%;
	overflow: auto;
}

#footer {
	position: relative;
}
