@charset "utf-8";
body  {
	width : 100%;
	padding : 0 0 0 0;
	margin : 0;
	font : 0.8em Arial, Helvetica, Garuda, sans-serif;
	background-color: #000000;
	text-align : center;
}
h1, h2, h3, h4, h5, h6, ul, li {
	padding : 0;
	margin : 0;
	line-height : 1em;
	font-size : 100%;
	font-weight : normal;
	font-style : normal;
}
table { font-size : inherit; }
img { border : 0; }
p {
	margin : 0;
	padding : 0;
}
a, #flash, #buy_button { outline : none; } 

#wrapper {
	width: 100%;
	background : url(images/bg.jpg) repeat-x 0 0;
	background-color: #efbf77;
	text-align: center;
	height: 860px;
	position: relative;
	}
#header {
	width: 960px;
	height: 230px;
	margin: auto;
	}
a.logo {
	width: 506px;
	height: 230px;
	display: block;
	float: right;
	}
#navigation {
	width: 299px;
	height: 88px;
	float: left;
	margin-top: 63px;
	}
#navigation ul { list-style: none; }
#navigation ul li { float: left; }
#navigation ul li a {
	width: 299px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	}
#navigation ul li a.home { background: url(images/nav_games.jpg) no-repeat 0 0; height: 34px; }
#navigation ul li a.pileofbones { background: url(images/nav_pileofbones.jpg) no-repeat 0 0; }
#navigation ul li a.diggingfordinos { background: url(images/nav_diggingfordinosaurs.jpg) no-repeat 0 0; }
#navigation ul li a.designadino { background: url(images/nav_designadinosaur.jpg) no-repeat 0 0; }
#navigation ul li a:hover { background-position: 0 -29px; }
#navigation ul li a.home:hover { background-position: 0 -34px; }
#flash {
	position: relative;
	margin: auto;
	z-index: 10;
	}
#flashcontent {
	position: relative;
	margin: auto;
	z-index: 10;
	}
#footer {
	width: 100%;
	height: 144px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: url(images/footer_bg.gif) no-repeat center bottom;
}
#buy_button {
	width: 259px;
	height: 144px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}