@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(bf_background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#container {
	text-align: center;
	width: 720px;
}
.img-shadow2 img {
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	padding: 0px;
}

.img-shadow2 {
	float: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow {
	float: left;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	margin: -6px 10px 10px -6px;
	padding: 0px;
}

