html, body {
	background-color:#E6DBBD;
	margin-top:25px;
	padding:0px;
	font-family:arial;
	font-size:12px;
}
A:link{
	font-family:arial;
	font-size:12px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}
A:hover{
	color:#7E1617;
	text-decoration:none;
	font-weight:bold;
}
A:visited, A:active{
	color:black;
	text-decoration:none;
	font-weight:bold;
}
#header{
	width:839px;
	height:206px;
	background:URL('../statik/images/header.jpg') no-repeat;
}
#left{
	width: 313px;
	height: 388px;
	background:URL('../statik/images/left.jpg') no-repeat;
	float:left;
}
#right{
	width:526px;
	height:388px;
	background:URL('../statik/images/right.jpg') no-repeat;
	float:right;
}
#footer{
	width:839px;
	height:206px;
	background:URL('../statik/images/footer.jpg') no-repeat;
}
