* {
	margin: 0;
	padding: 0;
}
html {
	background:url(tempsiteimages/bgblurred.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#000;
	overflow:hidden;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color:white;
}

/*-------------------- Page Wrap --------------------*/
#page-wrap {
	width:600px;
	margin: 0px auto;
}

/*-------------------- Main Content Floater and layout style --------------------*/
#floater {
	/*text-align:center;*/
	position:absolute; 
	top:50%; 
	margin-top:-100px;
}
#content {
	clear:both;
	height:300px;
	position:relative;
}
#main-content {
	width:9000px;
	height:200px;
	border-radius:5px;
	border-style:solid;
	border-width:2px;
	border-color:rgba(128, 128, 128, 0.3);
	background:url('tempsiteimages/bg.png');
    /*background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);*/
	position:relative;
	z-index:1;
}

#verticalcentre {
	height:90px;
	position:absolute;
	top:50%;
	margin:-49px 0 0 100px;
}

/*-------------------- Content Style --------------------*/
h1 {
	font-size: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-shadow:2px 2px 1px #000;
	margin: 0px auto;
	/*width:400px;*/
}

a {
	font-weight:700;
	text-decoration:none;
	color:#0cacef;
}

a:hover {
	color:#097eaf;
}

#verticalcentre p {
	padding: 0 0 0 3px;
}