

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	text-align: center;
	color: navy
}

#container {
	background-color: white;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border: solid 1px black;
	padding: 20px;
	}



p, ul {
	font-family: Calibri, Verdana, Arial;

	font-size: 18px;
}

body {
	margin: 0;
	background-color: #F0F0F0;
}



#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 84px;
	font-size: 13px;
	color: #717984;
	
		/* default fallback */
background: rgb(52, 53, 56) transparent;
/* nice browsers */
background: rgba(52, 53, 56, 0.8);
/* IE 6/7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
/* IE8 */    
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";

}

