*{margin: 0; padding: 0;}
img{border: none;}
a{outline: none; text-decoration:none; }
a:hover{ text-decoration: underline; }
.clear{clear: both;}

body{
	background: #e7ecf2 url(images/stripe-background.jpg) left top repeat-x;
	text-align: center;
}
#top-link{
	width: 100%;
	background: #3b5999;
	padding: 5px 0;
	margin-bottom: 15px;
}

#wrapper{
	width: 810px;
	height: 997px;
	margin: 0 auto 20px;
	border: 15px solid #fff;
	background: url(../images/banner-thankyoupage.jpg);
	position: relative;
}

#content{
	width: 600px;
	margin: 585px auto 0;
	
}
#content p{ 
	color: #e8c977;
	margin-bottom: 18px;
	line-height: 1.5;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

a#rules{
	position: absolute;
	left: 35px;
	bottom: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #091f40;
	text-transform: uppercase;
}
a#policy{
	position: absolute;
	left: 155px;
	bottom: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #091f40;
	text-transform: uppercase;
}
