body {
	background-color: #660000;
	background-image: url(/images/bg_check.gif);
	background-repeat:repeat;
	margin: 0;
	font: small Arial, Helvetica, sans-serif;
	color: black;
}

#content {
	width: 646px;
	margin: auto;
	position: relative;
	background: url(/images/bg_slice.png) repeat-y center;
}

#header {
	background: url(/images/title.jpg) no-repeat;
	margin-left: 34px;
	padding-top: 98px;
	width: 595px;
}

#soupercan {
	position: absolute;
	top: 8px;
	left: 0;
}

#topnav {
	text-align: right;
	height: 30px;
	margin: 0;
	padding: 3px 15px;
	color: #c00;
	background: url(/images/header_slice.png) repeat-x;
}

#topnav a {
	color: #333;
	text-decoration: none;
}

#leftcol {
	float: left;
	width: 432px;
	margin-top: 22px;
}

#movie {
	padding: 0 0 20px 76px;
	background: url(/images/bg_movie.png) no-repeat top left;
}

#viral {
	background: url(/images/bg_viral.png) no-repeat top left;
}

fieldset {
	border: 0;
	padding: 0 20px 5px 71px;
}

.input {
	font: 9px Arial, sans-serif;
	color: #333;
	border: 1px solid #333; 
	height: 14px;
	width: 125px;
}

#viral p.inputs {
	vertical-align: middle;
}

#viral p.info {
	font-size: smaller;
}

#rightcol {
	margin-left: 449px;
}

#banners {
	margin: 0 0 20px 18px;
	padding: 0 0 0 15px;
	height: 240px;
	background: url(/images/bg_banners.png) no-repeat top right;
}

#banners h2 { 
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 40px;
}

#banners p {
	margin: 0 0 15px 0;
	padding: 0;
}

#banners p a{
	display: block;
	margin-bottom: 4px;
}


#referers {
	background: url(/images/bg_referers.png) no-repeat top right;
}

#referers ol {
	margin: 0 5px 10px 23px;
}

#referers .foot {
	text-align: right;
}

#thinks {
/*	border: 1px solid blue;*/
}

#footer { 
	clear: both; 
	visibility: hidden;
}

h1, h2 {
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 30px;
}

.formErrors {
  border: 1px solid;
  color: #f00;
  background: #fee;
  padding: 10px;
  display: none;
}

.formErrors ul {
	margin-top: 0;
	margin-bottom: 0;
}

.formErrors h3 {
	margin-top: 0;
}

#flashcontent img {
margin-bottom:10px;
}