/* basic stiles */

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#header {
	position: relative;
	z-index: 10;
}

#content {
	padding-bottom: 133px; /* bottom padding for footer */
	position: relative;
	
	padding-top: 35px;
	margin-left: 20px;
	z-index: 1;
	top: -7px;
	
	width: 897px;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	
	height: 133px;
}

