* {
	font-family:helvetica,arial,sans-serif;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#000;
	color:#fff;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	color:#999;
	text-decoration:none;
}
	.content a:hover {
		color:#f90;
	}


hr,div.hr {
	height:4px;
	border:0px;
	margin-top:2px;
	margin-bottom:2px;
	background-image:url(/domains/thechopperdome.com/images/hr.png);
	background-repeat:repeat-x;
	color:#fff;
}

body,
.content {
	font-size:12px;
	line-height:140%;
}

.title,h1 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:lowercase;
}


ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
