@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,900');
html{
	height: 100%;
	background-image: linear-gradient(-180deg, #002264 0%, #00CCDF 100%);
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 16px;
}
#Container {
	margin: 100px auto 0;
	text-align: center;
}
#header{
	display: inline-block;
	margin: 0px auto 30px;
	width: auto;
}
#Image-Left {
	float: left;
}
#Text-Right{
	float: none;
	text-align: left;
	margin-left: 72px;
}



h1{margin: 0;}
h4{
	font-style: italic;
	font-weight: 300;
	margin: 0;
	font-size:12px;
}
p {
font-weight: 300;
font-size: 16px;
color: #78D7F6;
letter-spacing: 0;}

a {
display: inline-block;
border: 1px solid #FFFFFF;
color: #fff;
border-radius: 5px;
width:158px;
height: 45px;
background: none;
font-weight: 900;
margin-top: 55px;
line-height: 42px;
text-decoration: none;
}
a:active{
border: 1px solid #FFFFFF;
color: #1584a8;
background: #FFF;
}
