body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2A2A2A;
}

.box
{
	margin:auto;
}

.horizon        
{
	color: white;
	background-color: #0ff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility:hidden;
	display: block;
	}

.flashbox
{
	margin:auto;
	width:1000px;
	margin-left: -500px;
	position: absolute;
	top: -269px;
	left: 50%;
	height: 538px;
	visibility: visible;
	
}

