/* HEADER BACKGROUND */

#xmas-header {
	margin-top: 56px;
	text-align: center;
}

#xmas-header .xmas-image {
	max-width: 100%;
	min-width: 100%;
}

/* FLOATING PIECES */

#float0{
	background: url("../img/piece_1.png") no-repeat scroll transparent;
	width: 126px;
	height: 500px;
	position: absolute;
	top: 480px;
	left: 223px;
	z-index: 1;
}
#float1{
	background: url("../img/piece_2.png") no-repeat scroll transparent;
	width: 106px;
	height: 460px;
	position: absolute;
	top: 475px;
	right: 357px;
	z-index: 2;
}
#float2{
	background: url("../img/piece_3.png") no-repeat scroll transparent;
	width: 202px;
	height: 660px;
	position: absolute;
	top: 445px;
	right: 228px;
	z-index: 1;
}
#float3{
	background: url("../img/piece_4.png") no-repeat scroll transparent;
	width: 60px;
	height: 575px;
	position: absolute;
	top: 790px;
	right: 425px;
	z-index: 1;
}
#float4{
	background: url("../img/piece_5.png") no-repeat scroll 0 0 transparent;
    height: 850px;
    position: absolute;
    right: 260px;
    top: 1005px;
    width: 181px;
    z-index: 3;
}
#float5{
	background: url("../img/piece_6.png") no-repeat scroll transparent;
	width: 173px;
	height: 800px;
	position: absolute;
	top: 1655px;
	right: 435px;
	z-index: 3;
}

/* tiles */

#tile_3 img, #tile_1 img, #tile_7 img, #tile_6 img {
	padding: 0;
}