/* CSS Document */

html, body {
	margin		: 0px;
	padding		: 0px; 
	width		: 100%;
	height		: 100%;	
}

body {
	background-color: #f5f5f5;
	width			: 100%;
	height			: 100%;	
}

.wrapper {
	width			: 100%;
	height			: 100%;	
}

.box {
	background-color: #4C5762;
	border			: 1px solid #666;
	border-radius	: 10px;
	font-size		: 20px;
	font-weight		: 300;
	color			: #fff !important;
	font-family		: 'Arial';
	-webkit-box-shadow: 9px 10px 30px 0px rgba(0,0,0,0.64);
	-moz-box-shadow	: 9px 10px 30px 0px rgba(0,0,0,0.64);
	box-shadow		: 9px 10px 30px 0px rgba(0,0,0,0.64);
	
	width			: 400px;
	height			: 140px;
	text-align		: center;
	margin			: 300px auto;
	padding-top		: 40px;
}
