body{
	background-color: black;
    color: white;
	height:100%;
	margin: 0;
	padding: 0;
}

#header {
    background: black;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 5px 40px;
    color: white;
}

#header a{
    color: white;
    font-size: 12px;
    text-decoration: none;
}

#header a:hover{
    opacity: 0.8;
}

#info, #code{
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.53);
    width: 490px;
    margin-top: 50px;
    border-radius: 0 10px 10px 0;
}


#pname{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    margin-top: 20px;

}

#pinfo{
    margin: 0;
    font-size: 15px;
}

#link{
    background: #CF0000;
    color: white;
    text-decoration: none;
    padding: 4px 8px;
    display: block;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}

#link:hover {
background: #E90000;
}

#code{

}

#code pre{
    margin: 0;
font-size: 12px;
font-family: "Lucida Console";
}

div#footer{
    position:absolute;
    bottom:0px;
    width:100%;
    height:50px;
	margin:0;
	padding:0;
}

#tab li {
  padding: 0px;
  list-style: none;
  cursor: pointer;
  margin:0;
}
#tab li.select {
}



ul#navi {
	position:fixed;
	margin:0;
	padding:0;
	width:20%;
	height:40px;
	background: rgba(0, 0, 0, 0.0);
	list-style:none;
	bottom:56px;
	margin-left:14px;
	
}

ul#navi li {
	float:center;
	margin:0;
	padding:0;
	height:40px;
	padding-left:8px;
}

ul#navi li a {
	display:block;
	padding:0px 0px;
	padding-top:22px;
	height:40px;
	background: rgba(0, 0, 0, 0.53);
	text-align:center;
	font-family:verdana;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #FFF;
}

ul#navi2 {
	position:fixed;
	margin:0;
	padding:0;
	width:20%;
	height:40px;
	background: rgba(0, 0, 0, 0.0);
	list-style:none;
	bottom:56px;
	margin-left:14px;
}

ul#navi2 li {
	float:center;
	margin:0;
	padding:0;
	height:40px;
	padding-left:8px;
}

ul#navi2 li a {
	display:block;
	padding:0px 0px;
	padding-top:22px;
	height:40px;
	background: rgba(0, 0, 0, 0.53);
	text-align:center;
	font-family:verdana;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}


div#footer{
    position:absolute;
    bottom:0px;
    width:100%;
    height:50px;
	margin:0;
	padding:0;
	margin-top:-20px;
}

#tab li {
  padding: 0px;
  list-style: none;
  cursor: pointer;
  margin-left:-44px;
}
#tab li.select {
}

.content_wrap {
  clear: left;
  width: 80%;
  min-height: 80%;
  font-size: 14px;
  text-align: center;
  margin:0 auto;
  background: rgba(0, 0, 0, 0.53);
  color: #fff;
}

div#container {
  position: relative;
  width:100%;
}
div#container{
    position:relative;
    min-height:100%;
}
* html div#container{
    height:100%;
}
div#main{
    padding-bottom:50px;
}


.disnon {
  display: none;
  
}

.field {
  padding:20px;
}

.area{
	margin-top:70px;
	height:70%;
	min-height:300px;
	max-height:800px;
	padding:50px;
}

html { 
	overflow: hidden; 
	max-height:100%;

}

#top-bottom-bar { 
	position:fixed; 
	padding:0;
	padding-top:10px;
	bottom:0; 
	width:100%;
	height:25px;
	background-color:#000; 
	z-index:9999; 
	display:block;
    margin: 0 auto;
    text-align: center;
}