body{
	background : url(table.gif);
}

div{
	font-family : verdana;
	font-size : 0.8em;
	font-weight : bold;
}

p{
		font-size : 0.7em;
			color: #CCCC00;
}

.alphaIE{
	filter:Alpha(Opacity=80);
}

.alphaMoz {
	-moz-opacity:0.8;
}

.alphaMozIe {
	filter:Alpha(Opacity=80);
	-moz-opacity: 0.8;
}

#layer1{
	position: absolute;
	top: 40px;
	left: 10px;
	color: Yellow;
	background-color : #950000;
	width : 200px;
	height : 150px;
}

#layer2{
	position: absolute;
	top: 40px;
	left: 270px;
	color: Yellow;
	background-color : #950000;
	width : 200px;
	height : 150px;
}

#layer3{
	position: absolute;
	top: 200px;
	left: 150px;
	color: Yellow;
	background-color : #950000;
	width : 200px;
	height : 150px;
}