@charset "utf-8";
/* CSS Document */

body { margin: 0px; background: url("../images/wood.jpg") repeat 0px 0px; }

#main {
	width: 1038px;
	height: 838px;
	position: relative;
	margin: auto;
	background: url("../images/background.png") no-repeat 0px 0px;
}

#logo {
	top: 45px;
	left: 185px;
}

#name {
	top: 75px;
	left: 430px;
}

#nav {
	top: 300px;
	left: 0px;
	margin: 0px; padding: 0px;
}

#logo, #name, #nav, #cont, #foot, #home, #about, #portfolio, #services, #resume { position: absolute; }

#home { left: -4px; }
#about { top: 57px; left: -8px; }
#portfolio { top: 125px; left: -8px; }
#services { top: 178px; left: -8px; }
#resume { top: 254px; left: -5px; }

#cont {
	width: 667px;
	height: 530px;
	top: 230px;
	left: 264px;
	overflow: auto;
}

#foot {
	bottom: 25px;
	right: 80px;
}

/* PORTFOLIO VIEW */

#view {
	width: 100%;
	height: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("../images/portfolio/darken.png") repeat 0px 0px;
	display: none;
}

#view p { position: relative; text-align: center; top: 50px; }