/* all css is specific to THIS example */


body {
	background-color: #000;
	background-image: url(http://8wireproject.com/o9/images/bgimage.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}


.opacity	{ background:#fff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; padding:20px; }



#forest-slot-1	{
	height:100px;
	position:relative;
	width:310px;
	float: left;
	margin: 10px;
	margin-left: 15%;
}
#forest-slot-2	{
	height:100px;
	position:relative;
	width:310px;
	float: left;
	margin: 10px;
}
#forest-slot-3	{
	height:100px;
	position:relative;
	width:310px;
	float: left;
	margin: 10px;
}

