html,body
{
    font-size: .85em;
    font-family: Tahoma;
    color: #232323;
    background-color: #fff;
	margin:0;
    padding:0;
    height:100%;
}
div
{
	margin-right: 20px;
}
a:link
{
	text-decoration: none;
	color: #134f97;
}
a:visited
{
	text-decoration: none;
	color: #134f97;
}
#container
{
	height:100%;
	min-height:100%;
    position:relative;
}
.menudiv
{
	float: left;
	height: 80%;
	min-height: 80%;
	margin-right: 20px;
}
.footerdiv
{
	position:absolute;
	bottom:0;
    width:100%;
	height:60px;
	text-align:center;
}
header, footer, nav, section {
    display: block;
}