/*
 * Bonefarm Creations
 */
*{
	margin:0;
	padding:0;}
BODY{
	font:12px Tahoma, Geneva, sans-serif;
	background-color:#000;
	background-attachment:fixed;
	background-image:url(../images/wall.jpg);}
A{
	outline:none;}
IMG{
	border:none;}	
/*
 * Frameworks
 */
DIV#wrapper{
	width:980px;}
/*
 * Header
 */
DIV#header{
	position:relative;
	z-index:1;
	height:210px;
	background-image:url(../images/px.png);
	background-repeat:repeat-x;
	background-position:bottom;}
A#logo{
	top:40%;
	left:0;
	margin:-50px 0 0 0;
	position:absolute;}

DIV#language{
	background-image:url(../images/bg.png);
	padding:5px;
	position:absolute;
	z-index:70;
	left:850px;
	top:10px;}
DIV#language A{
	text-decoration:none;
	padding:0 10px;
	color:#ebe5cf;}
DIV#language A.active{
	font-weight:bold;
	text-decoration:none;}

/*
 * Menu
 */
DIV#menu{
	margin-left:70px;
	background-color:#000;
	position:absolute;
	bottom:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;}
DIV#menu,
DIV#menu A{
	padding:5px 10px;
	font-size:16px;
	color:#ebe5cf;
	text-decoration:none;}
DIV#menu A:hover{
	text-decoration:underline;}
DIV#menu A.active{
	font-size:18px;
	font-weight:bold;}
/*
 * Content
 */
DIV#content{
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	margin:20px 0 0 0;
	padding:25px 50px 25px 75px;
	background-image:url(../images/bg.png);}
DIV#content,
DIV#content TD,
DIV#content A{
	line-height:1.5em;
	color:#ebe5cf;}
DIV#content H1{
	font-size:16px;}
/*
 * Footer
 */
DIV#footer{
	padding:10px 0 50px 75px;
	background-image:url(../images/px.png);
	background-repeat:repeat-x;
	background-position:top;}
DIV#footer,
DIV#footer A{
	color:#FFF;
	text-decoration:none;}
DIV#footer DIV.left{
	float:left;
	width:50%;}
DIV#footer DIV.right{
	text-align:right;
	margin:0 0 0 50%;}

DIV#thabox{
	position:absolute;
	left:1000px;}
	
/*
 * Global
 */
.clear{ clear:both; }
.button{
	color:#FFF;
	text-decoration:none;
	background-color:#333;
	padding:5px 10px;
	line-height:35px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);}
.button:hover{
	background-color:#666;}
.clear-button{
	color:#FFF;
	text-decoration:none;
	padding:5px 10px;
	line-height:35px;}
