body {
	background-color: #fafafa;
	font-size: 11px;
	line-height: 1.5;
	color: #444;
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif ;
}
h1 {
	border-bottom: 1px dotted #d0d0d0;
	
	margin: 0 0 40px;
	font-size:16px;
}
.container{
	clear:left;
}
#footer{
	position:fixed;
	bottom:0px;
	width:100%;
}
.a_center{
	text-align:center;
}