#menu{
	display:none;
}
#content{
	border:none;
	background:none;
	position:relative;
}
#play_game{
 position:absolute;
 top:3px;
 left:23px;
 width:304px;
 height:550px;
 background:#000;
-webkit-border-radius: 5px;
}
#view_tauts{
}
.stadium_pip{
	width:296px;
	height:268px;
	border:4px solid #000;
	background:#FFF;
	-webkit-border-radius: 5px;
}
.stadium_pip .title{
	text-align:center;
	margin-bottom:15px;
	margin-top:16px;
}
.stadium_pip .title span{
	font-size:28px;
	font-weight:bold;
	padding:2px;
}
.access_form{
	margin:8px auto;
	text-align:center;
}
.form_element{
	margin-bottom:3px;
	text-align:center;
}
.form_element label{
	font-weight:bold;
	font-size:14px;
}