body {
	font: normal 11px auto "Calibri", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #1a2b3a;
	background:#4a2930;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

#main {
	width:1324px; 
	height:848px; 
	background-image:url(images/bg.png);
	position:relative;
}

#header {
	width: 400px;
	height: 55px;
	position: absolute;
	right: 100px;
	top: 98px;
}
#header a {
	display: block; 
	height: 100%; 
	width: 100%; 	
}

#button_illustration {
	height: 55px;
	width: 226px;
	position: absolute;
	left: 68px;
	top: 157px;
	background-image:url(images/buttons/button_illustration.png);
}
#button_illustration:hover{
	background-image:url(images/buttons/rollover_illustration.png);
}
#button_illustration a{
	display: block; 
	height: 100%; 
	width: 100%;
}

#button_theatre {
	height: 55px;
	width: 226px;
	position: absolute;
	left: 68px;
	top: 212px;
	background-image:url(images/buttons/button_theatre.png);
}
#button_theatre:hover{
	background-image:url(images/buttons/rollover_theatre.png);
}
#button_theatre a{
	display: block; 
	height: 100%; 
	width: 100%; 
}

#button_other {
	height: 51px;
	width: 226px;
	position: absolute;
	left: 68px;
	top: 278px;
	background-image:url(images/buttons/button_other.png);
}
#button_other:hover{
	background-image:url(images/buttons/rollover_other.png);
}
#button_other a{
	display: block; 
	height: 100%; 
	width: 100%; 
}

#button_info {
	height: 52px;
	width: 226px;
	position: absolute;
	left: 68px;
	top: 407px;
	background-image:url(images/buttons/button_info.png);
}
#button_info:hover{
	background-image:url(images/buttons/rollover_info.png);
}
#button_info a{
	display: block; 
	height: 100%; 
	width: 100%; 
}

#button_contact {
	height: 52px;
	width: 226px;
	position: absolute;
	left: 68px;
	top: 472px;
	background-image:url(images/buttons/button_contact.png);
}
#button_contact:hover{
	background-image:url(images/buttons/rollover_contact.png);
}
#button_contact a{
	display: block; 
	height: 100%; 
	width: 100%; 
}

#content {
	width: 907px;
	height: 621px;
	position: absolute;
	top: 157px;
	left: 299px;
}
