@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}
body {
	background: #FFF url(layout/background.jpg) repeat-x top;
	background-attachment: scroll;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c6c7c9;
}
#bodywrap {
	width: 100%;
	min-height: 100%;
}
#footwrap {
	width: 100%;
}
#container {
	margin: auto;
	width: 740px;
}

.footer {
	margin: auto;
	width: 681px;
}
/*#dance {
	background: #FFF url(layout/dance_off.jpg) no-repeat top;
	width: 162px;
	height: 574px;
}
#blueberries {
	background: #FFF url(layout/blue_off.jpg) no-repeat top;
	width: 162px;
	height: 574px;
}
#supa {
	background: #FFF url(layout/supa_off.jpg) no-repeat top;
	width: 162px;
	height: 574px;
}
#talent {
	background: #FFF url(layout/talent_off.jpg) no-repeat top;
	width: 162px;
	height: 574px;
}*/
#spacer {
	width: 11px;
}

.noflash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.noflash a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.noflash a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	float: left;
}
.footmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	float: right;
}
a img {
	height: 574px; 
	width: 162px; 
	border-width: 0;
}
a table {
	height: 574px; 
	width: 162px; 
	border-width: 0;
}
a#dance_b table {
	background: #FFF url(layout/dance_off.jpg) no-repeat top;
}
a#dance_b:hover table {
	background: #FFF url(layout/dance_on.jpg) no-repeat top;
}
a#blueberries_b img {
	background: #FFF url(layout/blue_off.jpg) no-repeat top;
}
a#blueberries_b:hover img {
	background: #FFF url(layout/blue_on.jpg) no-repeat top;
}
a#supa_b img {
	background: #FFF url(layout/supa_off.jpg) no-repeat top;
}
a#supa_b:hover img {
	background: #FFF url(layout/supa_on.jpg) no-repeat top;
}
a#talent_b img {
	background: #FFF url(layout/talent_off.jpg) no-repeat top;
}
a#talent_b:hover img {
	background: #FFF url(layout/talent_on.jpg) no-repeat top;
}

#flashlayer {
	position: absolute;
	z-index: 80;
}

#imagelayer {
	position: absolute;
	z-index: 10;
}