/*
	Destination Edinburgh
	11th November 2009
	by Paul Shand.
	
	Christmas Graphics css
*/

/* Tags
----------------------------------------------------------------------------------------------------*/

body {
	background-image: url(../images/christmas09/background_gradient.png);
	background-repeat: repeat-x;
	background-color: #7B308B;
	background-position: left top;
	background-attachment: fixed;
}

/* Containers - left and right decoration holders (height resized to wrapper height on document ready)
----------------------------------------------------------------------------------------------------*/

#leftDecoration, #rightDecoration {
	position: absolute;
	width: 96px;
	height: 800px;
	top: 0;
	background-repeat: repeat-y;
}
#leftDecoration {
	z-index: 400;
	left: 0;
	background-image: url(../images/christmas09/decorationsLeft.png);
}
#rightDecoration {
	z-index: 401;
	right: 0;
	background-image: url(../images/christmas09/decorationsRight.png);
}
