html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0;
	font-family: Arial;
        font-size: 12px;
	background: #000000;
 }

#container {
	position: relative;
	width: 100%;
	background: url(images/takeover/ffxiii/ffxiii_bg.jpg) no-repeat fixed top center;
	padding: 0px;
	min-height: 90%;
	overflow-y: hidden;
}

#takeover_bar {
	margin-left:0px;
}