/*** General Styles ***/
html, body {
	padding: 0;
	margin: 0;
	background: #97999c url(../images/background.png) repeat-y center;		
}
.hide {display: none;}

/*** Template Layout ***/
#content {
	width: 1000px;
	margin: 0 auto;
}
#logo {
	background: #97999c;
	height: 500px;
}
#nav {
	background: #97999c;
	height: 75px;
	border-bottom: 200px solid #97999c;
}
#about {
	height: 575px;
	border-top: 100px solid #97999c;
}
#portfolio {
	/*height: 575px;*/
	margin-top: 100px;
}
#connect {
	height: 575px;
	margin-top: 100px;
}

/*** Scroll Buttons ***/
		.scrollButtons {width: 40px; height: 20px;}
			a.upButton {float: left; display: block; width: 20px; height: 20px; background: url(../images/up_btn.gif) 0 0 no-repeat;}
				a.upButton:hover {background-position: 0 -20px;}
			a.downButton {float: left; display: block; width: 20px; height: 20px; background: url(../images/dn_btn.gif) 0 0 no-repeat;}
				a.downButton:hover {background-position: 0 -20px;}