/*
  $Id: washere.css 2009-12-03 00:52:16Z $
	
	SKUNK FU - 99 Styles of Skunk Fu
  http://www.skunkfu.com

  Copyright (c) 2008 skunkfu
  
  created by ReZon
*/
body {
	background-image: url("../images/washere/skunkfu-washere-background.jpg");
	background-attachment:fixed;
	background-position: center top;
	background-repeat:no-repeat;
}
#mainView {
	max-width: 1400px;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#centeredView {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}
#innerView {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background-image: url("../images/skunkfu-pattern-bg.jpg");
	background-repeat: repeat;
	position: relative;
	overflow: visible;
}
#logo {
	width: 800px;
	height: 142px;
	background-image: url("../images/skunkfu-logo-sh.jpg");
	background-repeat: no-repeat;
}
.washereBody {
	width:786px;
	margin:0px 7px 0px 7px;
	display: block;
}
.washereBody div#washereContent {
	width: 700px;
	margin: 0 auto;
}
#washereContent img#content1 {
	height: 576px;
}
#dummySpace {
	width: 100%;
	height: 100%;
	margin-top: 30%;
	display: block;
}
#footerToBottom {
	width: 100%;
	height: 123px;
	background-color: transparent;
	background-image: url("../images/skunkfu-footer-sh.png");
	background-attachment:fixed;
	background-position: center bottom;
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0px;
	z-index: 1998;
	overflow: hidden;
}
#footerFixed {
	width: 100%;
	height: 100%;
	background-image: url("../images/skunkfu-footer-sh.png");
	background-attachment:fixed;
	background-position: center 827px;
	background-repeat: repeat-x;
	position: fixed;
	top: 827px;
	z-index: 1999;
	overflow: hidden;
}
#footerFixedCover {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 950px;
	z-index: 1999;
	overflow: hidden;
}
