/* NAVIGATION */ 
html, body, #main {
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
}
#box {
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 100000;
	height: 5px;
	padding: 0;
}
ul, ul li {
	background: #000;
}
#centerbox {
	clear: both; 
	width: 240px;
	height: 0;
	margin: 0 auto;
}
#insetbox {
	position: absolute;
	bottom: 0;
}
#trigger {
	clear: both;
	width: 30px;
	height: 15px;
	margin: 0 auto;
}
#triggerclose {
	clear: both;
	width: 30px;
	height: 15px;
	margin: 0 auto;
}
#logo {
	width: 240px;
	height: 165px;
	background: url(../images/logo_britannia.png);
}
#navigation {
	width: 150px;
	height: 20px;
	margin: 0 auto; 
	text-align: center;
	padding-top: 218px;
}