@charset "utf-8";
/* Home Page Presentation */

body {
	background-color: #300221;
	background-image: url(../images/thankyou_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0em;
	text-align: justify;
	margin-top: 15px;
}

h1 {
}

h2 {
}

h3 {
	
}

h4 {
}

h5 {
	
}

a:link {
	color: #FDB933;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
	
nav ul{
}

nav 
.bigbutton {
	float: left;
	width: 292px;
	margin-left: 15px;
}
#button-link {
	float: left;
	height: 184px;
	width: 292px;
	margin-left: 15px;
}

