body,
html{
	margin:0;
	padding:0;
	font-family:"Century Gothic", Georgia, Verdana, Helvetica, arial, serif;
	color:#000;
	background:#fff;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}
div#portfolioheaderwrap {
	position:static;	/* change here */
	width:100%;
	top:0;
	left:0;
	height:100px;
}

div#portfolioheader {
	height:100px;
	width:60% auto;
	margin:0;
	color:#000;
	background:#fff;
	font-size:0.8em;
	line-height:6em;
	text-align:center;
	font-family:"Century Gothic", Georgia, Verdana, Helvetica, arial, serif;
}
div#portfolioheader a{
	font-family:"Century Gothic", Georgia, Verdana, Helvetica, arial, serif;
	color:#000;
}
div#portfolioheader img{
	vertical-align:middle;
	outline:black collapse 0px;
}


div#portfoliowrap {
	padding:100px 0px 0px 0px;
	position:static;	/* change here */
	width:100%;
	top:0;
	left:0;
}

a img {
    border: 0px;
}