@import url(http://fonts.googleapis.com/css?family=Quicksand:300);
html{
	height:100%;
	width:100%;

}
body{
	background: #223347;
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #223347 0%, #304253 100%);
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #223347 0%, #304253 100%);
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #223347 0%, #304253 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #223347), color-stop(1, #304253));
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #223347 0%, #304253 100%);
	background-image: radial-gradient(ellipse farthest-corner at center, #223347 0%, #304253 100%);
	background:url(/img/background.png);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	font-family: 'Quicksand', sans-serif;
}
.center{
	display:block;
	margin:auto;
	width:790px;
	height:250px;
	margin-top:15% !important;
	color:#DDE0E3;
	font-size:24px;

}
.right{
	height:100%;
	width:380px;
	float:right;

}
.left{
	height:100%;
	width:400px;
	float:left;

}
.logo{
	height:120px;
	display:block;
	float:right;
}
.left a{
	width:100%;
	float:right;
	display:block;
}
.email_icon{
	height:75px;
	width:75px;
	display:block;
	margin-top:3px;
	float:right;
	position:relative;
	left:-16px;
}
.grey{
	color:#949EA8;
}
