html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
background:url(/exhibition/vrubel/i/back.jpg) #8f7480;
color: #FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12pt;
}
a:link, a:hover, a:visited {
color:#F8F2CD;
}
div.title h1{
font-size:20pt;
}

#content {
	width:550px;
	margin-left:auto;
	margin-right:auto;
}
#left {
	float:left;
	width:250px;
	
}
#right{
	float:right;
	width:250px;
	
}
div#footer{
	font-size:12px;
	width:500px;
	text-align:center;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:260px;
	margin-left:-250px;
	z-index:12;
}
div#footer a{
	color:#FFFFFF;
	text-decoration:underline;
}
#clearfooter{
	clear:both;
	height:100px;
}

div#content a{
	color:#000;
	text-decoration:underline;
}
