﻿body 
{
	background-color:#251818;
	color:#000000;
	font-family:verdana;
	font-size:12px;
	line-height:1.5;
	margin:40px 0 0;
	padding:0;
}
#container
{
	width:900px;
	margin:auto;
}
.header 
{
	background-image:url(img/header-background.gif);
	background-repeat:no-repeat;
	height:43px;
	padding-left:20px;
	padding-top:40px;
	width:880px;
}
.content
{
	background-color:#DFD7CB;
	overflow:auto;
	padding:10px;
	width:880px;
}
.footer-background {
background-image:url(img/footer-background.gif);
background-repeat:no-repeat;
height:10px;
width:900px;
}
