body {
	margin:				0px;
	padding:			0px;
	height:				100%;
	background-color:	#304050;
	font-family:		arial;
}

#background {
	width:				100%;
	height:				100%;
}

#background #margin {
	width:				12%;
	background-color:	#304050;
	vertical-align:		top;
}

#background #container {
	vertical-align:		top;	
}

#page {
	height:				100%;
	width:				100%;
}

#page #content {
	height:				100%;
	border-left:		2px solid black;
	border-right:		2px solid black;
	border-bottom:		2px solid black;
	vertical-align:		top;
	background-color:	#FCFCFC;
}

#page #footer {
	vertical-align:		top;
	color:				#FCFCFC;
	text-align:			center;
	letter-spacing:		4px;
}

#header {
	text-align:			center;
}

#menu {
	text-align:			center;
}

a {
	text-decoration:	underline;
}