body {
	position:relative;
	font-family: verdana,sans-serif;
	background:#fff;
	margin:0;
	padding:0;
}

#header {
	background:#A5A5A5;
	text-align:center;
	margin-bottom:40px;
}

#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#reg font, p {
	font-size:small;
}

h4{
	font-family: arial,sans-serif;
}


/*------------------- MISC. ----------------------*/


.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

