@media only screen and (min-width: 961px) {
/*-----BODY -----*/
	body {				background-image:url(../RepeatBG.png);
		background-repeat:repeat-x;
		}

/*-----WRAPPER -----*/
	#wrapper {}
 
/*-----CONTAINER -----*/
	#container {
		margin: 2em auto;
		border: 1px solid #888;

	}

/*-----HEADER -----*/



/*-----NAVigation -----*/



/*-----CONTENT -----*/

#content div.row article {
	width: 46%;
	float: left;
	height: 200px;
	overflow: auto;

}



/*----- IMAGES -----*/
figure.w33 {
	width: 29%;
	float: right;
	
}


/*----- FOOTER -----*/


} 