body {
	background-color:#689e2e;
	
	margin:0px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #689e2e; /* Old browsers */
	background: -moz-linear-gradient(top, #8fcc4a 0%, #689e2e 256px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fcc4a), color-stop(256px,#689e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8fcc4a 0%,#689e2e 256px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8fcc4a 0%,#689e2e 256px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8fcc4a 0%,#689e2e 256px); /* IE10+ */
	background: linear-gradient(to bottom, #8fcc4a 0%,#689e2e 256px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fcc4a', endColorstr='#689e2e',GradientType=0 ); /* IE6-9 */

	background-color:#689e2e;
	background-repeat:no-repeat;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

p {
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#mainContainer {
	width:480px;
	display:block;
	margin:0 auto 0 auto;
	padding:0 16px 0 16px;
	
}
#logoContainer {
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
}
.buttonWrapper	{
	display:block;
	position:relative;
	padding:18px 0 18px 0;
	color:#333333;
	
}
.buttonBackground {
	background-color:#C7E830;
	display:block;
	height:56px;
	border-radius:4px;
	border:1px solid #BEBEBE;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #c0c0c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#c0c0c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#c0c0c0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#c0c0c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */
}
.buttonTextContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	margin:32px 0px 0px 136px;
	font-size:24px;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.flagContainer	{
	display:block;
	position:absolute;	
	top:0px;
	margin:0 0 0 4px;
}