
body{
	color: #081c3e;
	font-size: 62.5%;
	font-family: "helvetica", arial, verdana, sans-serif;
	text-align: center;
	background-color:#69b2e2;
}

h1 {
	font-size: 2em;
	color: #081c3e;
}
h2 {
	font-size: 1.6em;
	color: #081c3e;
	padding-bottom: 5px;	
	line-height: 1.2em;
	margin-bottom: 10px;
	padding: 0 3px;
}
h3 {
	font-size: 1.4em;
		color: #081c3e;
}
h4 {
	font-size: 1.2em;
	color: #081c3e;
}
a {
	color: #fff;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #eee;
}

/* =----------------------------------- oh the convenience */
#wrapper {

	width: 800px;
	height: 431px;
	margin:0 auto;
	background:url(shoppingspree2009.jpg);
}


#signup{
	width: 310px;
	height: 431px;
	padding-top: 50px;
	float: right;
	font-size: 20px;
}

#signup p{
	margin-bottom: 10px;
}

#thanks{
	width: 230px;
	height: 351px;
	padding: 40px;
	float: right;
	font-size: 14px;
	line-height: 2em;
	
}

input {
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 5px;
	font-size: 15px;
}

