body{
	margin:0;
	font-family:'Guardian Egyptian Web';
	-webkit-font-smoothing:antialiased;
}
#wrapper{
	max-width:620px;
	background-image:url(../images/bg.jpg);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position: right;
}
#textContainer{
	max-width:360px;
	background:rgba(255,255,255,0.6);
	padding:30px 20px 30px 20px;
	box-sizing:border-box;
}
h1{
	margin:0;
	font-size:21px;
}
h2{
	font-size:16px;
	font-weight:normal;
	line-height:1.3em;
}
#goToPoll{
	background:#005689;
	color:#fff;
	display:inline-block;
	border-radius:40px;
	height:40px;
	box-sizing:border-box;
	line-height:0;
	padding:20px 45px 0 10px;
	text-decoration: none;
	font-family:'Guardian Text Sans Web';
	font-weight:bold;
	font-size:14px;
	position: relative;
}

#goToPoll:after{
	width:24px;
	height:30px;
	display:block;
	content:'';
	position: absolute;
	right:10px;
	top:8px;
	background:url(../images/arrow.svg) no-repeat;
}

#goToPoll:hover{
	background-color:#00456E;
}