@charset "UTF-8";
body {
	background-color: #0d529d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
}
#text {
	background-image: url(/elements/images/home/text.gif);
	background-position: -48px -8px;
	height: 625px;
	width: 926px;
	overflow: visible;
	background-repeat: no-repeat;
	z-index: 100;
}
#logo {
	background-image: url(/elements/images/home/john_sketch.png);
	background-repeat: no-repeat;
	visibility: visible;
	left: 781px;
	top: 26px;
	overflow: visible;
	z-index: 20;
	height: 569px;
	width: 358px;
	position: absolute;
}
#navigation {
	height: 42px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 584px;
	z-index: 500;
}
#navigation_do {
	background-image: url(/elements/images/home/btn-do.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 72px;
	overflow: visible;
	left: 353px;
	position: fixed;
}
#navigation_resume {
	background-image: url(/elements/images/home/btn-learn_more.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 267px;
	overflow: visible;
	left: 423px;
	position: fixed;
}
#navigation_contact {
	background-image: url(/elements/images/home/btn-contact_john.png);
	background-repeat: no-repeat;
	overflow: visible;
	height: 42px;
	width: 307px;
	overflow: visible;
	left: 680px;
	position: fixed;
}


.hidden {
	visibility: hidden;
}
