html,body{height:100%}
body{
	padding:0;
	margin:0;
	text-align:left;
	min-width:976px;
	color:#000;
	background-color: #1d2c3c;
}
#outer{
	height:100%;
	min-height:100%;
	width:976px;
	margin:auto;
	position:relative;
	background-image: url(../images/centre-bg.jpg);
	background-repeat: repeat-y;
}
html>body #outer{height:auto;}
#innerwrap{
	float:left;
	width:626px;
	margin:205px 0 64px 0;
}
#header{
	position:absolute;
	top:0;
	width:976px;
	height:205px;
	overflow:hidden;
	z-index:100;
	background-image: url(../images/hdr-bg.jpg);
	background-repeat:no-repeat;
}
#left{
	position:relative;
	width:200px;
	float:left;
}
#right{
	position:relative;
	width:290px;
	float:right;
	margin:205px 43px 64px 0;
	
}
#footer{
	width:976px;
	clear:both;
	height:64px;
	left:0;
	bottom:0;
	position:absolute;
	background-image: url(../images/ftr-bg.jpg);
	background-repeat:no-repeat;	
}
#clearfooter{width:100%;height:0;clear:both}
#center{
	width:590px;
	float:right;
}
