#header {
	text-align: center;
}

#navbar {
	position: absolute;
	padding: 10px;
	left: 0;
	width: 150px;
}

ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ul.nav a {
	text-decoration: none;
	display: block;
}

#main {
	position: relative;
	margin-left:175px;
}

#footer {
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}
