﻿* {
	/*margin: 0;
	padding: 0;*/
}
html, body { width: 100%;height:100% }

body { background: #fdcb44 url('../i/headerback.jpg') repeat-x left top }
#main {
	position: relative;
	/*top:-318px;*/
	z-index:0;
	width: 732px;
//	width: expression(document.body.clientWidth < 732? "732px");
	min-height: 100%;
	margin: 0 auto;
	/*font-size: 12px;
	font-family: Verdana, Arial, sans-serif;*/
	background: url('../i/tableback.jpg') repeat-y left top;
}
* html #main {
	height: 100%;
}
#text {
	padding-bottom: 169px;
}
a img { border: none }
/*TOP*/
#top {
	width: 100%;
	height: 262px;
	background: url('../i/header.jpg') no-repeat left top;
}
/*TOP [end]*/
.center {
	margin: 0 auto;
	text-align: center;
}
#footer {
	position: relative;
	/*top:-318px;*/
	width: 732px;
//	width: expression(document.body.clientWidth < 732? "732px");
	margin: 0 auto;
	margin-top: -169px;
	height: 169px;
	background: red url('../i/footer.jpg') no-repeat left top;
}