html, body {
	height: 100%;
}

body {
	background-image: -webkit-gradient( linear, left bottom, right top, color-stop(0, #B30E45), color-stop(1, #E9444C) );
	background-image: -o-linear-gradient(right top, #B30E45 0%, #E9444C 100%);
	background-image: -moz-linear-gradient(right top, #B30E45 0%, #E9444C 100%);
	background-image: -webkit-linear-gradient(right top, #B30E45 0%, #E9444C 100%);
	background-image: -ms-linear-gradient(right top, #B30E45 0%, #E9444C 100%);
	background-image: linear-gradient(to right top, #B30E45 0%, #E9444C 100%);
}
.welcome-header {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	padding-top:50px;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
