* {
	margin: 0;
	padding: 0;
	border: 0;    
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	color: #fff;
}

body {
	font-size: 100%;
	background-color: #000;
}

#wrapper {
	display: block;
	width: 27.5em;
}

#content {
	padding: 1.25em;
}

h1 {
	font-size: 1.5em;
	line-height: 1.75em;
	font-weight: normal;
	color: #8b0;
}

h2 {
	font-size: 1.5em;
	line-height: 1.75em;
	font-weight: normal;
	text-transform:uppercase;
	color: #e70;
}

hr {
	margin: 1em 0;
	height: 0.0625em;
	color: #333;
	background-color: #333;
}

p {
	font-size: 0.75em;
	line-height: 1.25em;
}
