body, html {
	margin: 0;
	padding: 0;
	background-color: #333;
	color: #222;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 15px;

}

       .wrapper {
       
       width: 100%;
        max-width:100% 
       margin: 0;
       padding: 0;
       border: 0px solid green;
       
       }
       
       .content {

        background: white;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 12px 0 15px -4px rgba(72, 72, 72, 0.1), -12px 0 8px -4px rgba(72, 72, 72, 0.1);
        width: 950px;
        height: auto;
        margin: 8px auto;
        border: 0px solid yellow;
        padding-bottom: 220px;
	min-height: 60%;
	position: relative;

        }
       
	 .column-left {
	 
	 float: left;
	 width: 46%;
	 height: auto;
	 border: 0px solid green;
	 padding: 10px;
	 margin: 3px 0 3px 10px;
	 display: inline;
	 
	 
	 }
	 
	 .column-right {
	 
	 float: right;
	 width: 45%;
	 height: auto;
	 border: 0px solid green;
	 padding: 10px;
	 margin: 3px 10px 3px 0;
	 display: inline;
	 
	 }
	 
	.column-top {
	 
	 float: left;
	 width: 100%;
	 padding-left: 0px;
	 margin: 3px 3px 0px 0px;
	 display: inline;
	 
	 
	 }