/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	
}

html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
	background-color: #255399;
}




body {
	font-family:sans-serif
	
	
}


div#container {
	border:10px solid #2e65b8;
	margin: auto;
	padding:20px;
	height:100%;
	width:800px;
	background-color: #5278b3;
}
header{
	font-family:fantasy;
	font-size: larger;
	background-color: #597eb5;
	
}
footer{
	font-size:xx-small;
}



