﻿* {
	margin:0;
	padding:0;
}
h1, p {
	margin:0 30px 1em
}
html, body {
	height: 100%;
}
body 
{
	/*background:#f1f1f1;*/
}
#header {
	/*background:#f1f1f1 url(images/sacha-header.png) no-repeat 0 0;*/
	color:#fff;
	height:70px;
	/*width:960px;*/
	margin:auto;
	padding:0 0 52px;
	position:relative;
	z-index:2;
}
* htm #header {
	height:122px;
	he\ight:70px;
}
#wrap {
	/*background:#f1f1f1 url(images/sacha-page-middle.png) repeat-y 0 0;*/
	width:960px;
	margin:0 auto;
	min-height:100%;
	margin-top:-346px; /* header + footer */
}
* html #wrap {
	height:100%
}
#main {
	border-top:346px solid #f1f1f1; /* header + footer */
	width:960px;
	position:relative;
	z-index:1;
	padding:0 0 20px;
}
.top {
	height:20px;
	width:960px;
	/*background:url(images/sacha-page-top.png) no-repeat 0 0;*/
	background-color:red;
	margin-top:-20px;
	position:absolute;
	bottom:0;
	left:0;
}
#footer {
	/*width:960px;*/
	margin:auto;
	/*text-align:center;*/
	position: relative;
	clear:both;
	/*background: url(images/sacha-page-middle.png) repeat-y 0 0;*/
}
#footer-inner {
	/*background:url(images/sacha-footer.jpg) no-repeat 0 0;*/
	/*height: 220px;*/
	/*width:920px;*/
	margin:auto;
}