@charset "utf-8";
/* CSS Document */

    footer {
        clear: left;
        position: fixed;
        bottom: 10px;
        margin-left: 0px;
		font-size:14px;
    }
#superbgimage img{
	margin-left: 0px;
	
	opacity: 1;
	}
.promo .tinymcewysiwyg a img{
	position:relative;
	z-index: 10;

	left: 100px;
	width: 200px;
	height:auto;
	border:none;
	}
.main {background:none;
	position:relative;
	top: -200px;
	left: 110px;
}
.mainContent {background:none;}
@media only screen and (min-width: 240px) and (max-width: 770px)  {
.promo .tinymcewysiwyg a img{
	position:relative;
	z-index: 10;
	top: 170px;
	left: -132px;

	}	
}
@media only screen and (min-width: 772px) and (max-width: 1050px)  {
.promo .tinymcewysiwyg a img{
	position:relative;
	z-index: 1000;
	top: 0px;
	left: 140px;

	}
	.main  {
		position:absolute;
		top: 500px;
		left: -20px;
		height: 300px;
		width: 500px;
			z-index: 1000;
		}	
}