html, body {
	margin: 0;
	padding: 0;
	height:100%;
}
body{
	background:url(../imgs/layout/bg.gif);
	height:100%;
}
#wrapper {min-height: 100%;} 
* html #wrapper{height: 100%;}

#wrapper {
	width: 768px;
	margin:0px auto;
	background-image:url(/imgs/layout/newbg.jpg);
	
}
#wrapper #centre {min-height: 100%;} 
* html #wrapper #centre{height: 100%;}
#centre{
	border:0px solid #FF0000;
	margin:0px auto;
	padding:0px;
	width:750px;
	background-image:url(../imgs/layout/center.jpg);
}

#header{
	margin-left:35px;
	margin-right:35px;
	padding-top:10px;
}

#navigation{
	margin:0px 35px;
	margin-top:10px;
	padding-bottom:10px;
}

#content{
	margin:0px 35px;
	padding-bottom:10px;
	width:687px;
}

#footer{
	margin-left:35px;
	width:687px;
}

/*ADMINISTRATION LAYERS*/

#login{
	margin:auto;
	width:120px;
}
