/*---------------------------- TEXT STYLES ----------------------------*/


.textblock {
	border: 1px #bbb solid;
	padding: 10px;
	background-color: #F0F0F0;
	text-align:center;
	margin-top:0px;
}

#mainContainer{
/*background-image:url(../images/courchevel-creux-noir.jpg);
	background-attachment:fixed;
	background-image:url(../images/page-bg.jpg);
	background-repeat:repeat-y;*/
}

/*------------------ LOGO ------------------------*/

#logoContainer{
	background-color:transparent;	
}
img.bg {
	/* Set rules to fill background */
			min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
			width: 100%;
	height: auto;
	/* Set up positioning */
			position: fixed;
	top: 0;
	left: 0;
	z-index: -99999999999999;
}
 @media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}
