html {
	height: 100%;
	width: 100%;
	}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	background: #ffffff url(graphics/backgroundTop.png) no-repeat;
	background-position: center top;
	color: #0066cc;
	line-height: 25px;
	font-size: 15px;
	font-family: "Marker Felt", verdana, arial;
	}
	
.iTunes {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 180px;
	height: 170px;
	width: 170px;
	display: block;
	}
	
.joehenry {
	margin: 220px 0 0 60px;
	height: 100px;
	width: 400px;
	display: block;
	}
	
.container {
	margin: 0px auto;
	margin-top: 267px;
	background: #ffffff url(graphics/background.png) repeat-y;
	padding: 0 75px 0 75px;
	width:650px;
	}
	
.bottom {
	margin: 0px auto;
	margin-top: -17px;
	height: 506px;
	width:500px;
	padding: 0 150px 0 150px;
	background: #ffffff url(graphics/backgroundBottom.png) no-repeat;
	}
	
.center {
	text-align: center;
	}
	
.image {
	margin: 0 23px 0 23px;
	border: 4px solid #999999;
	}
	
h3 {
	color: #0099ff;
	}

a:link {
	color: #666666;
	text-decoration: underline;
	}

a:visited {
	color: #666666;
	text-decoration: underline;
	}

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

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