
body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	}
#wrapper {
	background:#FFFFFF;
	height: 100%;
	}

#header {
	margin:0 auto;
	width:100%;
	height:100px;
	background:url(images/index_03.png) repeat-x;
	padding-bottom:5px;
	}
	
#menu {
	margin:0 auto;
	width:851px;
	height:65px;
	background:url(images/menubg.png) no-repeat;
	}
	
#buttons {
	margin:0 auto;
	width:804px;
	height:66px;
	background:url(images/index_12.png) repeat-x;
	margin-left:25px;
	margin-right:14px;
	}

#Main {
	margin:0 auto;
	width:851px;
	height: 353px;
	background:url(images/contentbg.png) no-repeat;
	}
	
#content {
	margin:0 auto;
	width:780px;
	height:100%;
	margin-left:40px;
	margin-right:40px;
	padding-top:25px;
	}
	
#contentbottom {
	margin:0 auto;
	width: 851px;
	height: 61px;
	background:url(images/contentbottom.png) no-repeat;

	}
	
#footer {
	margin:0 auto;
	width:100%;
	height:70px;
	background:url(images/index_22.png)   repeat-x;
	position:fixed;
	bottom:0;
	}

	
	
	
	
	
	
	

	