@charset "utf-8";
/* CSS Document */


html, body{
	height:100%;
	background:none;
}

div.bg-image{
	background-color: #CCC;
	background-attachment: fixed;
	background-image: url(../../images/body_bg.png);
	background-repeat: repeat;
	background-position: center center;
	opacity:0;
	height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
}

.bg-image,.navbar-brand,nav,#header,#myCarousel,#bigCallout,#footer{
	opacity:0;
}

.navbar-brand{
	top:-78px;
	position:absolute;
}


@media (max-width: 1200px) {
	.navbar-brand{
		position:relative;
	}
}

