body,html {
	margin: 0;
	padding: 0;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

div#cont {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(left bottom, rgb(100,190,250) 19%, rgb(74,204,204) 65%);
	background-image: -o-linear-gradient(left bottom, rgb(100,190,250) 19%, rgb(74,204,204) 65%);
	background-image: -moz-linear-gradient(left bottom, rgb(100,190,250) 19%, rgb(74,204,204) 65%);
	background-image: -webkit-linear-gradient(left bottom, rgb(100,190,250) 19%, rgb(74,204,204) 65%);
	background-image: -ms-linear-gradient(left bottom, rgb(100,190,250) 19%, rgb(74,204,204) 65%);
	text-align: center;
	background-image: url(solid.jpg);
}

div#text {
	display: table-cell;
    vertical-align: middle;
	color: white;
	text-shadow: 1px 1px 4px rgb(51, 51, 51);
	font-size: 1.5em;
}