/*
  $Id: about.css 2008-09-19 00:52:16Z $
	
	SKUNK FU - 99 Styles of Skunk Fu
  http://www.skunkfu.com

  Copyright (c) 2008 skunkfu
  
  created by ReZon
*/

#mainView {
	max-width: 1400px;
	min-width: 1200px;
	width: 100%;
	height: 950px;
	text-align: center;
	margin: 0 auto;
	background-image: url("../images/about/skunkfu-about-background.jpg");
	background-attachment:scroll;
	background-position:center top;
	background-repeat:no-repeat;
	overflow: visible;
}
#centeredView {
	width: 1200px;
	height: 950px;
	margin: 0 auto;	
}
#innerView {
	width: 800px;
	height: 950px;
	margin: 0 auto;
	background-image: url("../images/about/skunkfu-about-background.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}