#header {
	background: transparent url(images/headerbg.jpg) no-repeat top left;
	position: relative;
	height: 543px;
}

body {
	background: url(images/body-bg.jpg) repeat-x top center;
}

#signupform {
	position: absolute;
	height: 435px;
	width: 285px;
	left: 660px;
	top: 89px;
}

.prizetitle {
	color: #3f1d1d;
	font-weight: bold;
	font-size: 16px;
}

.description {
	font-size: 12px;
}

.description p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

a {
	cursor: pointer;	
}

