@charset "UTF-8";
.backgd {
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#header {
	background-repeat: no-repeat;
	height: 163px;
	background-image: url(images/sky.png);
	background-position: center;
}
#activities {
	height: 275px;
	width: 880px;
	background-color: #FFFFFF;
	text-align: center;
}
#product {
	background-color: #1a1a1a;
	height: 150px;
	width: 880px;
}
.table {
	padding-top: 12px;
	padding-bottom: 5px;
}
#character {
	background-color: #42a9eb;
	height: 110px;
	width: 880px;
}
#buy {
	background-color: #f0539c;
	height: 110px;
	width: 880px;
}
#leftsider {
	width: 135px;
	float: left;
}
#content {
	clear: none;
	float: left;
	width: 745px;
}
#footer {
	width: 880px;
	background-image: url(gallery-sample/images/footer.png);
	background-repeat: no-repeat;
}
#wrapper {
	background-repeat: no-repeat;
	height: 600px;
	text-align: center;
}
.subheader {
	font-family: Impact;
	font-size: 23px;
	color: #00CCFF;
	clip: rect(auto,auto,auto,auto);
	padding-left: 5px;
	padding-top: 5px;
}

