html
{
    min-height: 100%;
}

body {
    background-repeat: no-repeat;
    margin:			   4px 4px;
	padding:	 	   0px;
	text-align:        center;
	font-family:       Arial, Sans-Serif;
	font-size:         18pt;
    font-weight:       bold;
    
	/* IE10 */ 
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E3EFEF 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E3EFEF 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E3EFEF 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E3EFEF));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E3EFEF 100%);

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(bottom, #FFFFFF 0%, #E3EFEF 100%);
}

#content
{
	width:            1014px;
	margin:           0px auto;
	text-align:	   	  left;
	background-color: transparent;
	height: 697px;
}