@charset "UTF-8";
/* CSS Document */
html {
	margin: 0;
}

body {
	background: url(../images/bg.png) repeat-x #000;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 1.1em;
	color: #ccc;
	margin: 0;
	line-height: 1.4;
}

strong {
	color: #ccc;	
}

a {
	color: #ccc;	
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding-top: 340px;
	background: url(../images/top.png) no-repeat;
	min-height: 300px;
}

#content-main {
	width: 470px;
	float: left;
	padding-bottom: 50px;
}

#content-secondary {
	width: 388px;
	float: right;
	font-size: 0.8em;
	color:#999;
	padding-bottom: 50px;
}

h1, h2 {
	margin: 0 0 20px 0;
	padding: 0;
}

h1 {
	color:  white; font-size:  30px;
}
h1#homepageheader {
	background: url(../images/head-what.png) no-repeat;
	width: 100%;
	height: 50px;
	text-indent: -9000px;
	overflow: hidden;
}


h2 {
	background: url(../images/head-win.png) left bottom no-repeat;
	width: 100%;
	height: 50px;
	text-indent: -9000px;
	overflow: hidden;
}

h2#thanks {
	background: url(../images/head-thanks.png) left bottom no-repeat;
}

h2#head-keep {
	background: url(../images/head-keep.png) left bottom no-repeat;
}

h2#head-follow {
	background: url(../images/head-follow.png) left bottom no-repeat;
}



input {
	padding: 5px 3px;
	background: #333;
	color:#999;
	border: none;
	width: 216px;
	font-size: 0.9em;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
	margin-top: 3px;
}

label {
	font-size: 0.9em;
	display: block;
	width: 100%;
}

button {
	background: url(../images/button-enter.png) left bottom no-repeat;
	width: 92px;
	height: 30px;
	text-indent: -9000px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	cursor: hand;
	margin: 0 0 0 20px;
	background-position: 0 0;
}

button:hover {
	background-position: 2px 2px;
}

ul {
	margin: 10px 0;
	padding: 0;
}

li {
	margin: 0 0 10px 0 ;
	padding: 0 0 0 40px;
	background: url(../images/tick.png) no-repeat 1px 1px;
	list-style-type: none;
}

.footnote {
	font-size: 0.8em;	
}

.changed {
	background: #444;
	color:#eee;
}
