@charset "UTF-8";

img{
	max-width: 100%;
}

#newContent {
	width: 100%; margin:auto; text-align:center;
	background-image:url(images/wc_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	
}




/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 580 PIXELS */

@media only screen and (max-width: 580px) {
	.col { 
		margin: 1% 0 1% 0%;
	}


	.span_2_of_2, .span_1_of_2 { width: 100%; }
}



/*  For desktop, less distance between buttons */
@media only screen and (min-width: 1200px) {
	.section {
	   width: 1200px;
	   text-align:center;
	   margin:auto;
    }

}