* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

	a:link {
		color: #666;
		background-color: inherit;
	}

	a:hover { 
		background-color: inherit;
		color: #fff !important;
		border-bottom: solid 1px #303;
	}

	a:visited { 
		color: #666;
	}

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: .75em;
	color: #AAAAAA;
	overflow: hidden;
}

p {
	margin-top: 1em;
	text-align: center;
}

/* HEADER RELATED BELOW */

h1 {
	text-align: center;
	padding: 0px;
	font-size: 9em;
	color: #fff;
}

/* MOSTLY ALL DIV CLASSES */

.vertical-centre-wrapper {
	position: absolute;
	top: 50%;
	margin-top: -150px;
	width: 100%;
}
