@charset "utf-8";
body {
	font-size:90%; 
}

#header {
	position: absolute;
	top: 50px;
}

#footer {
	width: 0px;
	display: none;
	overflow: hidden;
	position: fixed;
	visibility: hidden;
	height: 0px;
}
#branding {
	width: 350px;
}

#nav {
	padding-top: 20px;
} 

