/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
}




body {
	font-family:Georgia; 
	
}


#container {
    margin:auto;
    margin-top:20pxx;
    width:800px;
    border:blue;
	
}

footer{font-size:0.8em;
}


