html, body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background:white;
}

#content {
	width:1024px;
	height: 768px;
	background:white url(img/hudriks.jpg) no-repeat 50% 50%;
	position: relative;
	left:50%;
	top:50%;
	margin-left:-512px;
	margin-top:-384px;
}

#video {
	position:absolute;
	left:493px;
	top: 135px;
}

#contact {
	position:absolute;
	top:670px;
	left:820px;
	font-size:20pt;
	color: gray;
	text-decoration:underline;
	font-family:sans-serif;
}

#blog {
	position:absolute;
	top:670px;
	left:600px;
	font-size:20pt;
	color: gray;
	text-decoration:underline;
	font-family:sans-serif;
}

#twit {
	position:absolute;
	top:670px;
	left:700px;
	font-size:20pt;
	color: gray;
	text-decoration:underline;
	font-family:sans-serif;
}

#itunes {
	display:block;
	width: 121px;
	height: 61px;
	position: absolute;
	left:820px;
	top:585px;
	background:white url(img/marketing_badge.png) no-repeat right bottom;
	font-size:1px;
	color: white;
	border:none;
}

img {
	border:none;
	position:absolute;
	right:25px;
	top:25px;
}