body {
	background-color: #39395e;
	color: #fff;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container {
	position: relative;
	top: 80px;
	width: 600px;
	height: 370px;
	margin: auto;
	background-color: #fff;
	background-image: url(../graphics/backgrey.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #FFE9A3;
}
#left {
	width: 370px;
	height: 350px;
	background-image: url(../graphics/logograu.png);
	background-position: 10% 10%;
	background-repeat: no-repeat;
	float: left;
}
#right {
	width: 230px;
	height: 350px;
	float: left;
}
#rightblock {
	width: 160px;
	height: 160px;
	background-image: url(../graphics/rightblock2.png);
	border: 1px solid #753900;
	margin: auto;
	margin-top: 40px;
	margin-right: 20px;
	color: #FFE9A3;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
#rightblock ul {
	/*padding: 0px;*/
	margin-top: 2em;
}
#rightblock li {
	list-style: none;
	margin-bottom: 1em;
}
#rightblock a {
   color:#ffe9a3;
   text-decoration:none;
}
#rightblock a:visited {
   text-decoration:none;
}
#rightblock a:hover {
	color: #fff;
}
#footer {
	height: 20px;
	color: #ccc;
	font-size: 0.6em;
}