

body{
	padding:0;
	margin:0;
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	height:100%;
}

html {
	height:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e8e9+0,9f9f9f+100 */
	background: #e7e8e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7e8e9 0%, #9f9f9f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e7e8e9 0%,#9f9f9f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e7e8e9 0%,#9f9f9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e9', endColorstr='#9f9f9f',GradientType=0 ); /* IE6-9 */
}

.divcenter {
	margin-left: auto;
	margin-right: auto;
	width:650px;
	text-align:center;	
	top: 250px;
	position:relative;
	background-color: #FFF;
	padding:25px;
}