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

.fullpage {
	height: 100%;
	width: 100%;
}

div.container {
	width: 100%;
	height: 100%;
	min-height: 600px;
}

div.content {
	width: 400px;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}