.roar-body
{
	position:				absolute;
	font:					12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:					#fff;
	text-align:				left;
	z-index:				999;
}

.roar
{
	position:				absolute;
	width:					500px;
	height: 				135px;
	cursor:					pointer;
}
.roar-bg
{
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background:				url(roar2.jpg) no-repeat;
/*
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	-webkit-box-shadow:		5px 5px 5px rgba(0, 0, 0, 0.5);
*/
}
.roar-body-ugly .roar  /* IE6 */
{
	background-color:		#333;
}
.roar-body-ugly .roar-bg
{
	display:				none;
}
.roar h3
{
	position:				relative;
	padding:				25px 20px 0;
	margin:					0;
	border:					0;
	font-size:				21px;
	font-weight: 			bold;
	color:					#000;
	z-index:				1002;
}
.roar p
{
	position:				relative;
	padding:				20px 20px 25px;
	margin:					0;
	font-size:				12px;
	color:					#000;
	z-index:				1002;
}
.roar img
{
/*	background:				url(roar.png) top left no-repeat;
	background:				url(roar.png) top center no-repeat;
	background:				url(roar.png) top right no-repeat;
	background:				url(roar.png) center left no-repeat;
	background:				url(roar.png) center center no-repeat;
	background:				url(roar.png) center right no-repeat;*/
	background:				url(roar.png) bottom left no-repeat;
/*	background:				url(roar.png) bottom center no-repeat;
	background:				url(roar.png) bottom right no-repeat;*/
	position:				relative;
	width:					64px;
	height:					64px;
	float:					left;
	margin:					25px;
	z-index:				1002;
	border:					0;
}

