@charset "utf-8";


div.container {
	width:100%;
	text-align:center;
	}

div.header {
	width:800px;
	margin:20px auto 30px auto;
	text-align:center;
	}

div.content {
	width:800px;
	margin:0 auto;
	text-align:left;
	}

div.footer {
	margin-bottom:20px;
	font-weight:90%;
	text-align:center;
	}

div.footer p.freedial {
	margin:1em 0;
	}

div.footer p.copyright {
	margin:20px 0;
	}



