body {
	background:url(img/bg.png) top center repeat-x #0e95d5;
	margin:0;
	padding:0;
	width:100%;	
}
.container {
	width:100%;
	min-height:500px;
	position:relative;		
}
.spotlight-container {
	width:794px;	
	margin-left:auto;
	margin-right:auto;		
	position:relative;					
}
.spotlight {
	position:absolute;
	background:url(img/spotlight.png) top center no-repeat;
	width:745px;		
	height:420px;
	z-index:-1;
}
.box {
	position:absolute;	
	margin-top:210px;	
	width:100%;
	height:117px;
	background:url(img/bg_tr.png) repeat;
	text-align:center;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 0 #666;	
	color:#fdfdfd;
	font-stretch: condensed;
}
p { margin:0; }
.box .msg { font-size:40px; margin-top:35px; }