/* @override http://www.heartmonsters.com/css/master.css */
/* Client: Me, duh!  */
/* Author: Oscar J Cortez of Illustrative. */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
/* ----- Structure ----- */
body {
	color: #fff;
	background: #010101 url(../i/bg_body.jpg) no-repeat center top;
	text-align: center;
	font: 1em "Courier New", Courier, mono;
}
#brick {
	width: 560px;
	margin: 20px auto 0;
	padding-left: 40px;
	padding-right: 40px;
	height: 500px;
}
#footer {
	width: 260px;
	margin: 0 auto;
}
/* ----- Typography ----- */
h1 {
	display: none;
}
p {
	font-size: .85em;
}
#brick p {
	font-size: 1em;
}
#footer p {
	color: #451a2a;
	padding-bottom: 3px;
	padding-top: 3px;
	font: .85em/150% Myriad, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 20px;
	text-align: justify;
}
#footer a {
	color: #be6c8c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .end {
	color: #fff;
	text-align: center;
	font: .80em "Courier New", Courier, mono;
	padding-top: 20px;
}
/* ----- Miscellaneous ----- */