* {
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#container {
	width: 900px;
	margin: 0px auto 0 auto;
	position: relative;
	min-height: 500px;
}

#header {
  position: relative;
	background: url(/images/monkeygods/header.jpg) no-repeat top left;
/*  background-color: #ff0;*/
	padding: 10px;
	width: 880px;
  height: 120px;
/*	border:1px solid red;*/
}

#header #logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .monkeygods {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

#nav {
	display: block;
	position: absolute;
	bottom: 62px;
	right: 12px;
/*	border:1px solid red;*/
}

#nav li {
	float: left;
}

#nav a {
	width: 72px;
	height: 24px;
	display: block;
	text-indent: -2000px;
}

#nav .company {
	background: url(/images/monkeygods/top-company.png) top left;
}

#nav a:hover {
	background-position: 0 -24px;
}

#nav .support {
	background: url(/images/monkeygods/top-support.png) top left;
}

#nav .games {
	background: url(/images/monkeygods/top-games.png) top left;
}

#nav .forums {
	background: url(/images/monkeygods/top-forums.png) top left;
}

#share {
  top: 86px;
  right: 20px;
  position: absolute;
  height: 16px;
  line-height: 16px;
  width: 280px;
/*  background-color: #ff0;*/
	text-align: right;
	vertical-align: middle;
}

#share span {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	font-size: 80%;
	color: #808080;
  line-height: 16px;
	padding-right: 5px;
  height: 16px;
/*	border: 1px solid red;*/
/*	background-color: #ffc;*/
}

#share a {
	float: left;
	padding: 0 2px;
}

#content {
	margin-top: 10px;
/*  background-color: #ffc;*/
	padding: 40px;
	font-size: 12px;
}

#footer {
	height: 140px;
/*	border: 1px solid red;*/
	width: 900px;
	text-align: center;
}

#footer ul {
	display: block;
/*	border: 1px solid blue;*/
	margin-bottom: 10px;
/*	border: 1px solid red;*/
}

#footer li {
	display: inline;
	margin: 10px;
	font-size: 80%;
}

#footer p {
	font-size: 60%;
	color: #777;
/*	border: 1px solid red;*/
}


