html, body {
	margin: 0;
	padding: 0;
	height: 1200px;
}
body{
	background:url(../imgs/layout/bg.gif);
}

#wrapper {
	background-color : #c0c0c0;
	width : 768px;
	margin:0px auto;
	background-image:url(../imgs/layout/wrapper_bg.gif);
	background-repeat:repeat-y;
	/*min-height:1200px;*/
	height : 100%;
}
#centre{
	border:0px solid #FF0000;
	margin:0px auto;
	padding:0px;
	width:750px;
	background-image:url(../imgs/layout/centre_bg.gif);
	background-repeat:repeat-x;
	background-color:#2e2e2e;
	min-height:100%;
	height:100%;
}

#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;
}