@import url(http://fonts.googleapis.com/css?family=Dosis:500&subset=latin-ext,latin);

html{
	height: 100%;
}

p {
	margin: 0;
}
	
body{
	text-align: center;
	background-image: linear-gradient(bottom, rgb(255,239,225) 35%, rgb(255,255,255) 70%);
	background-image: -o-linear-gradient(bottom, rgb(255,239,225) 35%, rgb(255,255,255) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(255,239,225) 35%, rgb(255,255,255) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,239,225) 35%, rgb(255,255,255) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(255,239,225) 35%, rgb(255,255,255) 70%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(255,239,225)),
		color-stop(0.7, rgb(255,255,255))
	);

	height: 100%;
	margin: 0;
	min-height: 550px;
}

div#overall{
	margin-top: -215px;
	position: relative;
	top: 50%;
}

div#logo img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div#sentence {
	margin-top: 13px;
}

div#sentence p{
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	color: #5B5B5B;
	line-height: 20px;
}

div#sentence a{
	color: #5B5B5B;
	text-decoration: none;
}

div#sentence a:hover{
	text-decoration: underline;
}