body{
	background:#FFF;
}

h2{
	font-size:15px;
}

#wrapper-out{
	background: #fff;
	padding-top:0px;
	height:auto;	
}

#wrapper-in{
	background:#fff;
	width:auto;
	margin:0;
	height:100%;
	background:#fff;
	padding-bottom:0px;
}

#header{
	display:none;
}

#nav{
	display:none;
}

#main{
	margin:0px;
	padding:0px;
	padding-left:0px;
	background:#fff;
	min-height:390px;
	height:auto !important;
   	height:400px;
}

#counter{
	display:none;
}

#main-content{
	width:580px;
	text-align:center;
	padding-top:0px;
}

#main-content div.front{
	text-align:left;	
}

#sidebar{
	display:none;
}

#log-results, #log-results tbody td, #log-results thead th{
	text-align:center;
	border:1px solid black;
	margin:0;
	padding-left:3px;
	padding-right:3px;
}

#log-results tbody td{
	width:125px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table{
	font-size:12px;
}
