@charset "utf-8";

.container {
	min-width: 200px;
}

.sidebar1 { 
	visibility:hidden;
	float: none;
	width:100%;
	margin-bottom: 50px
}

.navMenu  { 
	visibility:hidden;
	
}
.content {
	width: 100%;
	text-align:center
}

.caterImg
{
    max-width: 100%;
    min-width: 300px;
    height: auto;
}

.footer {
	/*position: absolute;*/
	bottom: 0;
	}

.footer a { color: #fff }

.smallimg { width: 45%}



