.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 */

* {
	padding:0px;
	margin:0px
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}




body {
	background-image:url(../files/backgroundSlice.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #d60000;
	text-align: left;

}
img {
	vertical-align: top;
	border: none;
}


form {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

/* STRUCTURE */
#pageCentre {
	text-align: center;
	width: 100%;
	margin:0 auto;
	position: absolute;
}

#pageSurround {
	width: 850px;
	height: 700px;
	margin:20px auto 0px;
	vertical-align: top;
	text-align: left;
	overflow:hidden;
	position:relative;
}

#content {
	position:absolute;
	z-index:1;
}