/* normalisation */

/* clearfix hack for box issues */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}
/* End hide from IE-mac */

/* main layout */
#main-outer {
	height: 600px;
	width: 950px;
	position: relative;
	top: 0;
	margin: 0 auto;
	}

/* normalisation */
body {
	font-size: 62.5%;
	}

h1, h2, h3, h4, h5, ul, ol, ul li, ul li ul li, p, blockquote {
	margin: 0;
	padding: 0;
	}
	
ul {
	list-style: none;
	}
	
/* global styles */
body {
	background: #000;
	color: #fff;
	/*font-family: georgia, serif;*/
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
h1 {
	font-size: 6em;
	font-weight: normal;
	}

h2 {
	font-size: 3em;
	font-weight: normal;
	}	
	
h1 span {
	display: none;
	}
	
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	

	