@charset "windows-1251";
body {
	background-color: #fbe8de;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
} 
 
#contener {
	width: 800px;
	margin: 0px auto;
	padding: 5px 0px;
}

#top {
	height: 148px;
	width: auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#center {
	padding-top: 5px;
	height:auto;
	width: 800px;
}

#button-field {
	position:absolute;
	margin: 0;
	width:197px;
	height: 444px;
	background:url(../images/left.jpg);
	
}

#text-contener {
	padding: 5px 20px;
	font-family: "Monotype Corsiva", Arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
	letter-spacing: 0px;
	color:#660033;
	line-height: 22px;


}

#end {
	height: 87px;
	width: 800px;
	margin: 0;
	clear:both;
	background:url(../images/center_end.jpg);
	background-position:right;
	background-repeat:no-repeat;
}








