html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Gill Sans, Helvetica, Arial;
	font-weight: bold;
	font-size: 38px;
	background-image: url('home_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #a8dbf0;
}

p {
	padding-bottom: 10px;
}

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

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

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

a:hover {
	text-decoration: underline;
	color:#999;
}

a:focus {
	outline-style: none;
}


#container {
	background-image: url('hooky_iphone.jpg');
	background-repeat: no-repeat;
	height: 900px;
	width: 768px;
	margin: 0 auto;
	text-align: center;
	top: 0;
}

#title {
	padding-top: 20px;
	padding-right: 20px;
	text-align: right;
	color: #FFFFFF;
	font-size: 30px;
}

#copy {
	text-align: center;
	position: relative;
	width: 700px;
	margin: 0 auto;
	top: 230px;
	font-family: Gill Sans, Helvetica, Arial;
	font-size: 38px;
}

#copy h2 {
	font-family: Gill Sans, Helvetica, Arial;
	font-size: 42px;
}

#copy p {
	font-family: Gill Sans, Helvetica, Arial;
	font-size: 38px;
	padding-bottom: 10px;
}

#navWrapper {
	width: 700px;
	height: 220px;
	position: relative;
	top: 300px;
	margin: 0 auto;
	text-align: center;
}

.nav {
	float: left;
	margin-left: 15px;
	width: 210px;
	height: 210px;
	-webkit-border-radius: 10px;
	border: 3px solid #000000;
	background-repeat: no-repeat;
}

.nav a {
	display: block; 
	height: 100%; 
	width: 100%;
	}

#about {
	background-image: url('about.jpg');
	top: 216px;
	left: 7px;
}

#approach {
	background-image: url('approach.jpg');
	top: 216px;
	left: 112px;
}

#contact {
	background-image: url('contact.jpg');
	top: 216px;
	left: 217px;
}

#home {
	background-image: url('home.jpg');
	top: 290px;
	left: 7px;
}

#footer {
	clear: both;
	padding-top: 50px;
}
