h1 {
	margin: 0 0 0 0;
	width: 600px;
	height auto;
	color: black;
	font: lighter 2.60em/1.5em Comic Sans MS, Comic Sans Regular, Arial, Helvetica, sans-serif;
}

#getClicky {
	margin: 0 0 0 0;
	position: relative;
}

#content {
	margin: 100px 0 0 45px;
}

/* IE7 MARGIN FIX */
	*:first-child+html #content {
	margin: 100px 0 0 45px;
}


#content a {
	color: red;
	font: bold 2em/1.5em Comic Sans MS, Comic Sans Regular, Arial, Helvetica, sans-serif;
}

#content a:hover {
	color: white;
	background-color: red;
}

