@charset "UTF-8";
/* CSS Document */

body, html, h1, h2, h3, h4, h5, p, ul, ol, li, img, a {
	margin:0;
	border:0;
	padding:0;
	text-align:left;
	float:none;
	background:none;
	border:none;
	font:12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	overflow:visible;
	list-style:none;
	text-decoration:none;
}

body {
	background:#000 url(images/about/face.jpg) bottom right no-repeat;
	background-attachment:fixed;
	padding: 10px 200px 10px 10px;
	/*width:100%;
	height:100%;*/
	text-align:center;
}



/***************
**  MAIN COPY **
***************/

h2 {
	color:#BA1218;
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:12px;
	font-weight:bold;
}

p {
	color:#fff;
	margin-bottom: 0.6em;
	font:11px/17px Arial, Helvetica, sans-serif;
}
