
body {
margin: 0px;
font-family: Trebuchet MS, Verdana, Arial;
font-size: 11px;
color: #333333;
background-color: #FFF;
}

img {
padding: 0px 40px 0px 40px;
height: 100%;
}

td {
vertical-align: top;	
}

/* DivTable.com */

.divMaster{
	/*width: 100%; */
	margin: 0 auto;
	padding: 0px;
	background: #fff;
	text-align: center;
	display: block;
	width:100%;
}

.divImg {
	margin: 0 none;
	display: none;
	padding: 0px 0px 60px 0px;
}

.divImgMobile {
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
	display: block;
	width:100%;
}

.divImgMobile img {
	height: 1280px;
}	

/* If the screen size is 600px wide or less, hide the element */
@media (min-width: 600px) {
	.divImgMobile {
	    display: none;
		}
	.divImg {
	    display: inline-block;
	}
}