body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}

#wrapper {
	width: 800px;
	height: 1132px;
	margin: auto;
}

#top {
	width: 800px;
	height: 652px;
	background-image: url('/images/top_bg.png');
	background-repeat: no-repeat;
}

.details {
	width: 50%;
	padding-top: 395px;
	padding-left: 390px;
}

.left {
	width: 49%;
	float: left;
}

.right {
	width: 49%;
	float: right;
}

#win {
	width: 800px;
	height: 363px;
	background-image: url('/images/win.png');
	background-repeat: no-repeat;
}

#footer {
	width: 800px;
	height: 117px;
	background-image: url('/images/footer.png');
	background-repeat: no-repeat;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px #ccc dotted;
}

a:hover {
	color: #dd292b;
	text-decoration: none;
}

.media {
	font-size: 20px;
	color: #dd292b;
	padding-top: 10px;
}

.media a:link, .media a:visited, .media a:active {
	color: #dd292b;
	text-decoration: none;
}

.media a:hover {
	color: #000;
	text-decoration: none;
}