@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	border: none;
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body {
	background: url(../images/bg.gif);
}

h1,h2 {
	display: none;	
}

#header {
	min-width: 985px;
	width: 100%;
	width: expression(document.body.clientWidth < 987? "985px" : "auto");
	height: 14px;
	background-image: url(../images/f.png);
	background-repeat: repeat-x;
	margin-bottom: -14px;
	position: relative;
	z-index: 100;
}

#block_content {
	width: 985px;
	margin: 0 auto 0 auto;
	
	z-index: 1;
	position: relative;
}

#footer {
	min-width: 985px;
	width: 100%;
	width: expression(document.body.clientWidth < 987? "985px" : "auto");
	height: 14px;
	background-image: url(../images/f.png);
	background-repeat: repeat-x;
	
	margin-top: -20px;
	position: relative;
	z-index: 101;
}

