/* CSS Document */

.container {
	width:100%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-300px;
}