div.body-outer-wrapper
{
        background: url('../images/theme-events/grad-bg.png') repeat-x;
}

div.body-middle-wrapper
{
        background: url('../images/theme-events/theme-bg.jpg') transparent no-repeat 50% 0%;
}

#darkbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#message_box {
	width: 356px;
	background: #fff;
	
	border: 10px solid #fff;

 
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -150px;
 
	text-align: center;
	z-index: 1000;
	display: none;
}


