html {
	height: 100%;
}

body {
	background: black url(background.gif) top left repeat;		
	height: 100%;
}

a { 
	color: white;
	text-decoration: none;
	font-family: sans-serif;
}

ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 10px;
	display: inline;
	padding: 0;
}

#license, #license a {
	font-size: 0.8em;
	color: #888;
	font-family: sans-serif;
	text-align: center;
	text-decoration: none;
}

#ccimage {
	vertical-align: middle;
}

#contest,#faq {	
		padding: 0 20px;
		font-family: "Helvetica"					
}

#contest h1 {
	border-bottom: 4px dotted #999;
}

 #faq h2 {
	border-bottom: 4px dotted #999;
}
	
#contest p, #faq p {
	font-family: sans-serif;	
}

#faq {
	padding-bottom: 15px;
}

#faq ol {
	display: block;	
	list-style-type: decimal;
	margin: 10px;
	padding: 0;
}

#faq li {
	margin: 10px 0;
	display: block;	
	list-style-type: decimal;
	padding: 0;
}