/*
  $Id: friends.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/friends/skunkfu-friends-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;
}
.innerBody {
	width:786px;
	margin:0px 7px 0px 7px;
	display: block;
}
.innerBody div.friendsContent {
	width: 742px;
	display: block;
	margin: 14px auto 0px;
	padding: 5px 15px 5px 15px;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.innerBody div.even img {
	margin: 0px 10px 0px -10px;
	float: left;
}
.innerBody div.odd img {
	margin: 0px -10px 0px 10px;
	float: right;
}
.friendsContent h1, .friendsContent p{
	color: #000000;
}
.friendsContent a {
	position: relative;
	z-index: 100;
}
.floatClearer {
	height: 0;
	visibility: hidden;
	clear: both;
}
#dummySpace {
	width: 100%;
	height: 100%;
	margin-top: 30%;
	display: block;
}
#footerToBottom {
	width: 1400px;
	height: 363px;
	background-image: url("../images/friends/skunkfu-friends-bottom.png");
	background-attachment:fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	visibility: visible;
}
#footerFixed {
	width: 1400px;
	height: 363px;
	background-image: url("../images/friends/skunkfu-friends-bottom.png");
	background-attachment:fixed;
	background-position: center 587px;
	background-repeat: no-repeat;
	position: fixed;
	top: 587px;
	z-index: 98;
	visibility: hidden;
}
#footerFixedCover {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 950px;
	z-index: 99;
	overflow: hidden;
}
