
body {
  background-image: url(/images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

body, html{
	/*height:100%;*/
}
body {
	min-width:740px; /* Prevent content from becoming unreachable in Gecko */
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:50px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:50px;
	width:740px;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding: 125px 0px 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
	/*height:100%;*/ 
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:740px;
	margin:0 auto;
	/*height:100%;*/
}
div#sidebar {
	width:180px;
	float:left;
}
div#content {
	padding:0 28px;
	/*height:100%;*/
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:23px;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:23px;
	width:740px;
	margin:0 auto;
}

/* Styling rules to make this demo page look nice. */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#000;
}
div#footer {
  background-image: url(/images/back2.jpg);
}

