body {
	background-image:url(back.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.container {
	position: absolute;
	width: 773px;
	left: 50%;
	margin-left: -367px;
}

div.topmenu {
	background-image: url(topmenuback.png);
	width: 763px;
	margin-top: 27px;
	border-bottom: 1px solid white;
	height: 42px;
	color: white;
	font-size: 14px;
	font-family: Tahoma;
	padding-left: 10px;
	padding-top: 1px;
	word-spacing: 20px;
	margin-bottom: 0px;
}
div.topmenu  a { color: red; }

div.undertopmenu {
	background-image: url(topmenuback.png);
	width: 763px;
	height: 34px;
	color: white;
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 10px;
	padding-top: 1px;
	word-spacing: 20px;
	top: -10px;
	 
}
div.undertopmenu  a { color: red; }

div.content { 
	background-color: white;
	width: 763px;
	padding-left: 10px;
	padding-top: 1px;
	margin-top: 0px;
}

div.footer { 
	background-color: #47688e;
	width: 763px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: -15px;
	color: white;
	font-size: 11px;
	font-family: Tahoma;
}