body {
	font:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	
  background: #fefad5; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top,  #fefad5, #ecb449, #ce9834); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right,  #fefad5, #ecb449, #ce9834); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right,  #fefad5, #ecb449, #ce9834);/* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #fefad5, #ecb449, #ce9834); /* Standard syntax */	
}
img {
    width: auto;
    height: 100%;
}
