body {
	font: 95%/1.4 Helvetica, Arial, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #999;
}

h1 {
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
}

p {
	margin:0px;
	padding:0px;
}

a img { border: none;
}
a:link {
	color: #990000;
	text-decoration: none; 
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #CC0000;
}

.container {
	width: 960px;
	background-color: #000;
	margin: 0 auto; 
}


.content {
	padding: 10px 0;
}


#header{
	margin:20px 0;
}

#footer{
	margin:20px 0;
	text-align: center;
}

#contest{
	margin:20px 0;
	padding-bottom:20px;
	font-weight:bold;
	color:#AA0000;
	text-align:center;
	border-bottom:1px solid #222;
}

.fltrt {  
	float: right;
	margin-left: 5px;
	margin-bottom:15px;
}
.fltlft { 
	float: left;
	margin-right: 5px;
	margin-bottom:15px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.works {
	font-size 11px;
	font-style:italic;
	color:#666;
	margin:10px 0;
}

#canvas {
	display: block;
	clear:both;
	margin: 0 auto;
}
#mobilefallback{
	display: none;
	margin: 0 auto;
}