* { 
	behavior: url(iepngfix.htc); 
	margin: 0;
	padding: 0;
}

a, img, a img {
	border: 0;
	text-decoration: none;
}

body {
	background: #000;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;;
}

#wrapper {
	width: 800px;
	margin: 5px auto 0 auto;
	clear: both;
}

#header {
	margin-left: 20px;
}

.winner {
	margin-bottom: 10px;
	width: 450px;
	float: left;
	position: relative;
	left: 120px;
	top: 0px;
}

strong {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
}

em {
	font-style: italic;
	letter-spacing: .03em;
}

div.right {
	float: right;
}

div.center {
	margin: 0 auto;
}

div.left {
	float: left;
}

.right {
	text-align: right;
}

.pink {
	color: #D400AE;
}

.smaller {
	font-size: 14px;
}

.skip {
	text-align: center;
	color: #666;
}

.skip a, .skip a:visited {
	color: #666;
	border-bottom: 1px solid #666;
}

.skip a:hover {
	color: white;
	border-bottom: 1px solid white;
}

