@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}
textarea {
    resize: none;
}
a {
	outline: none;
}
img {
	border: 0;
}
body div, td, .bodytext {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

html, body {
    height: 100%;
}
.total_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    border:1px dotted #000;
}
.site_info, .push {
    height: 110px;
}


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


#box {
  width: 100%;
  text-align: center;
  margin-top:200px;
}

