﻿html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #ffffff;
	/*background: #ffffff url(images/bg.jpg) repeat-x;*/
	font-family: arial, sans-serif;
	color: #000000;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 870px;
	/*border-left: 1px solid #666666;
	border-right: 1px solid #666666;*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

div#content 
{
	padding: 0 25px;
}