body {
font-family: Arial, 'Sans Serif';
height:100%;
}

input, textarea {
font-family: Arial, 'Sans Serif';
}

#banner h2 {
	padding:15px 0 0 0;
	font-size: 45px;
}

.portfolioLeftSide, .portfolioRightSide {
display:none;
}

.portfolioTop {
margin:0 0 0 0;
}

.portfolioArea {
width:960px;
}

ul.portfolioSlider li {
margin:0 30px 0 0;
}

#header { z-index: 100; }

* html #header { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

body > #header { position: fixed; top: 0px; left: 0px; } 
