html{
/*overflow: scroll;*/
}

body {
	font-family: Verdana, Geneva, sans-serif; color: #fefefe;
	text-align: center;
	font-size: 9pt;
	background-color: #191919;
}

#everything{
	position: relative; /* allow this to be on a layer so the other elements inside can be absolute */
	width: 800px;
	margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: auto;
	text-align: left;
}

#content, #rollover {
	border: solid 1px #dddddd;
}

#content {
	height: 534px;
	background-image:url("../../images/portfolio-back.jpg");
	background-color: #686868;
	background-repeat:no-repeat;
	background-position:right top;
	padding-top: 17px; padding-left: 17px;
  }

#links {
	margin-top: 100px;
}

#contact{
	position: absolute;
	left: 30px; bottom: 50px;
}

h1, h2{
	margin: 0px;
	line-height: 80%;
}

h1 {
	font-family: Impact, sans-serif;
	font-size: 48pt;
	letter-spacing: -4pt;
}

h2 {
	position:relative;
	top: -27px; left: 25px;
	font-size:36pt;
	letter-spacing: -6pt;
	color: #19120a;
}

h1 a {
	color:#eeeeee;
	letter-spacing: -4pt;
}

a {
	text-decoration:none;
	color: #dfdfdf;
	letter-spacing: 0.08em;
}

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

img {
	border: none;
}

.photos_sub {
	font-size: smaller;
}