﻿body {
	padding: 0;
	margin: 0;
	font-family:Verdana, MingLiu, Helvetica, Arial, Geneva, sans-serif;
	font-size:12px;
}
ul {
	margin: 0;
	padding : 0;
	list-style : none;
}
form {
	margin: 0;
}
img {
	border:0 none;
}
.clear_both {
	border-top:0px solid transparent !important;
	margin-top:-1px !important;
	border-top:0px;
	margin-top:0px;
	visibility:hidden;
	clear:both;
}
input {
	vertical-align:middle;
}
/* layout
   ------ */

#wrap {
	margin: 0px auto;
	width: 100%;
	height:100%;
}
/* footer
   ------ */

#footer {
	clear: both;
	text-align: center;
	position: fixed;
	width:100%;
}
.footer a {
	color: #9EC068;
	background: #fff;
}
#footer_info {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}
#info {
	text-align: center;
	color: #CCC;
	font-size: 12px;
}
#count {
	text-align: center;
	color: #CCC;
	font-size: 12px;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
}
#main {
	position: relative;
	width: 950px;
	padding-bottom: 50px;
	margin: 0px auto;
	overflow: hidden;
}
* html #main {
	overflow:visible;
}
/* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	width: 100%;
	background-color: #333;
}
/* CLEAR FIX*/
.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 */
