body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	}
	
#logo {
	margin-top: 55px;
	}
	
#logo, #copy, #notice, #utils {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}
	
#logo, #copy {
	text-align: center;
	}
	
#copy {
	font-size: 1.125em;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-top: 40px;
	padding: 40px 0 40px 0;
	}
	
#copy p {
	margin: 0;
	}
	
#info {
	margin: 45px 0 45px 0;
	}
	
#name, #sen {
	font-size: 1.333em;
	}
	
#name {
	color: #600;
	font-style: italic;
	}
	
#notice p {
	font-size: 0.75em;
	line-height: 1.5em;
	}
	
#notice p, a:link, a:visited, a:hover, a:active {
	color: #999;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#utils {
	border-top: 2px solid #ccc;
	padding-top: 3px;
	}
	
#utils iframe {
	float: left;
}
	
#utils a {
	font-size: 11px;	
}

a.twitter, a.print, a.home {
	float: left;
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	background-position: left 2px;
	background-repeat: no-repeat;
	}
	
a.twitter {
	background-image:url(../img/icons/twitter.png);
}

a.print {
	float: right;
	background-image:url(../img/icons/printer.png);
}

a.home {
	background-image:url(../img/icons/home.png);
	float: right;
}