body {
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background: #009999;
	margin: 0px;
	padding: 0px;
	border: none;
	}

a:link, a:visited, a:hover, a:active {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

a:link {
	color: #000;
	text-decoration: none;
	}

a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}

a:active {
	color: #fff;
	text-decoration: none;
	}

html, body {
	min-width: 960px;
	height: 100%;
	}

#table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	}

#td {
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	}

#header {
	width: 920px;
	height: 98px;
	margin: auto;
	padding: 0px;
	border: none;
	}

h1 {
	text-indent: -999999px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

h1 a:link, h1 a:visited {
	display: block;	
	width: 920px;
	height: 98px;
	background: url(andrew.png) no-repeat;
	background-image: -webkit-image-set(url(andrew@2x.png) 2x, url(andrew.png) 1x);
	border-style: none;
	}
	
h1 a:hover {
	background-position: 0px -118px;
	border-style: none;
	}

h1 a:active {
	background-position: 0px -118px;
	border-style: none;
	}