table.absolut {
	position: absolute;
	top: 210px;
	width: 535;
}

.stage {
	height: 290px;
    overflow: visible;
    padding: 0 10px 0 0;
	}


h1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	margin: 0 0 16px;
	}
	
h2, p {
	font-family: Verdana;
	font-size: 12px;
	}
	
p strong {
	color: #851b1b;
	}


table.prices {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #666;
	}
	
table.prices td, table.prices th {
	padding: 4px 6px;
	vertical-align: top;
	text-align: left;
	}
	
table.prices th {
	color: #fff;
	font-weight: bold;
	background-color: #851b1b;
	}
table.prices th.bonus {
	color: #851b1b;
	background-color: #fff;
	text-transform: uppercase;
	}
	
table.prices td {
	background-color: #fff;
	font-size: 11px;
	}
