@media only screen and (min-width: 1076px) {
	.christmasTheme {
		background: #384047 url('/assets/themes/christmas/background.jpg') center/cover no-repeat fixed
	}
	.christmasTheme body {
		background: url('/assets/themes/christmas/snowflake.gif')
	}
	.christmasTheme #main_background{
		background:transparent;
	}
}
@media only screen and (min-width: 1025px){
	#santa_hat{
		position: absolute;
		width: 40px;
		left: 50px;
		top:-5px;
		z-index: 20;
		display:block;
	}
	.background_header #santa_hat{
	    top:75px;
	}
	.projector #santa_hat{
	    display:none;
	}
}
@media only screen and (max-width: 1024px) {
	#santa_hat{
		display:none;
	}
}
