img {margin: 0 auto;}

body {
		 	margin: 0 auto;
			text-align: center;
			background: #eeeeee;

	}

		
div.w {
			 border: 1px solid #C8C8C8; margin: 10px 50px; background: white;
	    }
			
div.w2 {
			 border-bottom: 1px solid #C8C8C8; padding: 10px; text-align:left;
	     }											
		
h2{
	 	text-align: left;
		margin-left: 55px;

  }		

.gClass
{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #9FA9B3),
	color-stop(0.94, #373B40)
);
background-image: -o-linear-gradient(bottom, #9FA9B3 0%, #373B40 94%);
background-image: -moz-linear-gradient(bottom, #9FA9B3 0%, #373B40 94%);
background-image: -webkit-linear-gradient(bottom, #9FA9B3 0%, #373B40 94%);
background-image: -ms-linear-gradient(bottom, #9FA9B3 0%, #373B40 94%);
background-image: linear-gradient(to bottom, #9FA9B3 0%, #373B40 94%);

}

