* {
  margin: 0;
  padding: 0;
}


img {
	border: none;
}


html, body {
	height: 100%;
}


body {
  position: relative;
  min-width: 800px;
}


#index {
	position: relative;
	min-height:100%;
	_height:100%;
}


#centerMiddle {
  margin: -110px 0 0 0;
  position: absolute;
  top: 50%;
	background: url(../images/inst_flash_bg.gif) repeat-x;
	text-align: center;
  width: 100%;
  height: 220px;
}


#main {
  min-height: 220px;
	padding-bottom: 20px;
}


#footer { 
	position: absolute;
	background: #F00;
	width: 100%;
	text-align: right;
	bottom:0px;
	height: 20px;
}




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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
