@import url(blankcanvas.css);
@import url(global.css);

body {
	background-color: #00483a;
	color: #fff;
	font-family: Georgia, Serif;
	width: 100%;
	-webkit-font-smoothing: antialiased;

}

#header-shell {
	background: transparent url(../../images/layout/header-shell-bg.png) repeat-x;	
	position: absolute;
	margin: 0 auto;
	top: 0;
	width: 100%;
	z-index: 500;
}

#header-shell.fixed {
	position: fixed;
}

#header {
	height: 180px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#pin {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.pin-frame {
		position: absolute;
		width: 100%;
		height: 100%;

}