/* CSS Document */

body { background: #f3f3f3;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		text-align: center;
		font-size: 9px;
		color: #222;
		padding: 7px 0;
		background: #f3f3f3;
		font-family: tahoma;}
		#copyright a {
			text-decoration: none;
			color: #222;
			font-family: tahoma;
			font-weight: bold;}
		#copyright a:hover {
			text-decoration: underline;
			color: #000;}

	div#powered_by {
		background: #f3f3f3;
		text-align: center;}