* {
	padding:0;
	margin:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#FFF;
	font-size:12px;
	color:#000;
}
a, a:link, a:active, a:focus, a:hover {
	color:#000;
	text-decoration:none;
}

#site_container {
	padding:30px;
}

#text {
	text-align:justify;
}
#footer {
	margin-top:10px;
	text-align:center;
	color:#BBBBBB;
}
#footer hr {
	margin:0.5em auto;
	padding:0pt;
	width:50%;
	background-color:#BBBBBB;
	border:0px none;
	color:#BBBBBB;
	height:1px;
}
