body {
	background-color: #D6C9B9;
	font-family: times;
	font-size: 14px;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

a:link, a:visited {
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	text-decoration: none;
  	outline: none;
}

#menu {
	z-index: 7;
	position: fixed;
	margin-top: 220px;
}

#menu img {
	border: 0px;
}

.effect {
	position: absolute;
	top: 0px;
}

#home {
	z-index: 1;
	width: 800px;
	height: 700px;
	position: absolute;
	top: 0px;
	background: url(../img/home.png) no-repeat;
}

#home .content {
	padding-top: 250px;
	margin-left: 15px;
	margin-right: 15px;
	color: #111
}

#reel {
	z-index: 2;
	width: 800px;
	position: absolute;
	top: 0px;
	background: url(../img/reel.png) no-repeat;
	height: 700px;
}

#reel .content {
	padding-top: 250px;
	margin-left: 15px;
	margin-right: 15px;
}

#resume {
	z-index: 3;
	width: 800px;
	position: absolute;
	top: 0px;
	background: url(../img/resume.png) no-repeat;
	height: 700px;
}

#resume .content {
	padding-top: 250px;
	margin-left: 15px;
	margin-right: 15px;
}

#resume .content .left {
	text-align: left;
	float: left;
	width: 50%;
}

#resume .content .right {
	text-align: right;
	float: right;
	width: 50%
}
#gallery {
	z-index: 4;
	width: 800px;
	position: absolute;
	top: 0px;
	background: url(../img/gallery.png) no-repeat;
	height: 700px;
}

#gallery .content {
	padding-top: 250px;
	margin-left: 15px;
	margin-right: 15px;
}

#contact {
	z-index: 5;
	width: 800px;
	position: absolute;
	top: 0px;
	background: url(../img/contact.png) no-repeat;
	height: 700px;
}

#contact .content {
	padding-top: 250px;
	margin-left: 15px;
	margin-right: 15px;
}

#links {
	z-index: 6;
	width: 800px;
	position: absolute;
	top: 0px;
	background: url(../img/links.png) no-repeat;
	height: 700px;
}

#links .content {
	padding-top: 250px;
	margin-left: 15px;
	margin-right: 15px;
}

#footer {
	z-index: 7;
	position: absolute;
	bottom: 0px;
	clear: both;
}

#footer h3 {
	font-size: 12px;
	text-align: center;
}
#footer h3 a {
	text-decoration: none;
	color: #929DB5;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #214137;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #3E446C;
}

a {
	color: #3E446C;
}

#linkage {
	z-index: 3;
	width: 800px;
	position: absolute;
	top: 0px;
	height: 700px;
}

#linkage .content {
	padding-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
}

#linkage .content .left {
	text-align: left;
	float: left;
	width: 50%;
}

#linkage .content .right {
	text-align: right;
	float: right;
	width: 50%
}
