body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	} 
.content {
	width: 100%;
	}
	/***************************************************************
	.get_vertical is added to div.content dynamically
		- see js/global.js
	******************************************************/
.get_vertical {
	position: absolute;
	top: 50%;
	margin-top: -370px;
	}	

