<style type="text/css">
#content{
    width: 100%;
    position: absolute;
    top: 100px; /*Height of header*/
    z-index: 0;
}
#kakashi{
    width: 100%;
    position: absolute;
    top: 50%;
}
#footer{
    width: 100%;
    position: absolute;
    bottom: 0px;
}
#footer2{
    width: 100%;
    position: absolute;
}
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
        border-color:#08183A;
	background-color: #08183A;
	display: block;
	margin-right: 4px;
	float: left;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	background-color: #05496B;
}
#menu .actual {
	color: #ffffff;
	background-color: #05496B;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #08183A;
}

</style>