/* CSS Document */
body{
	background-image: url(../images/background.gif);
	background-position: top right ;
	background-repeat: no-repeat;	
}

#wrapper{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-family: 'Roboto', sans-serif;
}

#downloadblock{
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.5);
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;
	font-family: 'Roboto', sans-serif;
}

.button-style{
	background-color: #57779d;
	padding:14px 30px 10px 30px;
	border-radius: 20px;
	color:#fff;
	border:0px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
}

#footer{
	background-color:#f6f6f6;
	color:#002f62;
	padding:20px;
	margin-top:40px;
}