

html,body{  
/*	background-image: linear-gradient(360deg, #888888 10%, #f8f8f8 90%); */
	margin: 0;
	padding: 0;
	height: 100%; 
}
#container{
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
}
#content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.image {
	width:200px;
	height:66px;
	margin:auto;
/*	box-shadow:0px 5px 10px black;  */
/*	border-radius:80px;  */
}
.text {
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:0.5em;
	color:black;
/*	text-shadow:1px 1px 2px #000;  */
	text-align:center;
}