@charset "UTF-8";
/* -- container-freestuff--*/
.oneColFixCtrHdr #container-contest {
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1550px;
	background-image: url(../images/wallbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: -12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div.fbimage {
	width: 150px;
	height: 120px;
	margin:0;
	padding:0;
}

div.fbimage a, div.fbimage a:link, div.fbimage a:visited {
	display:block;
}

div.fbimage img {
	width:100%;
	height:100%;
	border:0;
}

div.fbimage a:hover img {
	visibility:hidden;
}

#fbimg1 {
	background-image:url(../images/contest/Contest_SMStatue_sml_Roll.jpg);
}