@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

body  {
	position:relative;	
}

.global {
	width:inherit;
	height:inherit;
}

.container {
	left:50%;
	margin-left:-162px;
	margin-top:-104px;
	position:absolute;
	top:45%;
}
