@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #fff;
	text-align:center;
	
}

#content {
	margin:auto;
}

a:link {
	color: #44869e;
}
a:visited {
	color: #44869e;
}
a:hover {
	color: #44869e;
}
a:active {
	color: #44869e;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	margin:auto;
	text-indent:200px;
}


