#sitetitle {
	position: fixed;
	z-index: 25;
	width: 100%;
	margin: 0;
	left: 0;
}

body #gradient {
	z-index: 0;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 55px;
	left: 0;
}

#container {
	position: relative;
	top: 93px;
}

#titletype {
}

* html body #gradient {
	z-index: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 55px;
	left: 0;
}

* html #sitetitle {
	height: 55px;
}

* html #container {
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 75px;
	z-index: 2;
	display: block;
	position: relative;
	top: 38px;
}