body {
	margin: 0;
	background: #fff url(images/bg.jpg);*/
	background-color: #4F0400;
}
html, body {
	height: 100%;
}
a:link { 
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: black; 
	text-decoration: none;
}
a:hover { 
	font-size: 12px; 
	color: black; 
	text-decoration: underline;
}
a:active {
	font-size: 12px; 
	color: black; 
	text-decoration: underline;
}
div.containercenter {
	width: 700px;
	margin: 0 auto;
	height: 100%;
	background-color: #870101;
}
div.header {
	height: 125px;
	text-align: left;
}
div.content {
	height: 325px;
	text-align: left;
	background-color: #FCFFEE;
}
div.footer {
	height: 100px;
	text-align: left;
}


