body{
  margin:0;
  background: #000 url(images/bg.png) repeat-x;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}

h1{
  margin: 0 0 0 20px;
  color: #3e3e3e;
}

p{
  margin-bottom: 0;
  line-height: 1.5;
}

a img{
  border: 0;
}

a{
	color: #fff;
	text-decoration: underline;
}

/*Design*/

#head{
	width: 1024px;
	height: 132px;
	display: block;
	/*margin-left: 15%;*/
	background: url(images/head.png) no-repeat transparent;
}

#menustripe_l1{
	width: 100%;
	height: 52px;
	background: url(images/menustripe.png) repeat-x;
}

#menustripe_l2{
	width: 100%;
	height: 52px;
	background: url(images/menustripe_right.png) no-repeat;
	background-position: right bottom;
}

#logo_mid{
	width: 388px;
	height: 52px;
	background: url(images/logo_mid.png) no-repeat;
	/*margin-left: 15%;*/
	float: left;
}

#logo_bottom{
	width: 417px;
	height: 141px;
	background: url(images/logo_bottom.png) no-repeat;
	/*margin-left: 15%;*/
	float:left;
	z-index: 100;
}

#content{
	width: 500px;
	padding: 30px 50px;
	font-size: 14px;
	color: #dcdcdc;
	border: 1px solid rgba(255,255,255,.5);
	min-height: 150px;
	background: rgba(0, 0, 0, .5);
	float:left;
	border-top: 0;
	z-index: -100;
	position: relative;
	left: -163px;
	border-bottom-right-radius: 10px 10px;
	margin-bottom: 100px;

}

.menu_item{
    color: #000000;
    display: block;
    float: left;
    height: 32px;
    padding: 20px 13px 0;
    text-decoration: none;
}

.menu_item:hover{
	height: 29px;
	border-bottom: 3px solid #a70000;
}

#spacer{
	width: 85px;
	height: 58px;
	float: left;
}

.center{
	width: 1024px;
	margin: 0 auto;
}

/*ADM*/
#adm{
  height: 73px;
  position: fixed;
  top: 0;
  left: 100px;
}

#adm_left{
  background-image: url("images/adm/adm_left.png");
  width: 30px;
  height: 50px;
  float: left;
  text-align: left;
}

#adm_right{
  background-image: url("images/adm/adm_right.png");
  width: 30px;
  height: 50px;
  float: left;
  text-align: left;
}

#adm_but{
  background-image: url("images/adm/adm_back.png");
  background-repeat: repeat-x;
  height: 50px;
  float: left;
  text-align: left;
}

#adm_member_new{
	background: url("images/adm/buttons/member_new.png") top no-repeat;
	width: 50px;
	height: 40px;
	display: block;	
}

#adm_member_new:hover{
	background-position: bottom;	
}

.tooltip{
  position: absolute;
  display: none;
  background: rgba(100,100,100,.6);
  color: #fff;
  padding: 1px 1px 1px 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #3e3e3e;
}

.membertd{
	padding-left: 50px;	
}

.membergame{
  margin-left: 5px;
}