* {
  margin: 0;
  padding: 0;
}


img {
	border: none;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	/*position: relative;*/
}


html, body {
    height: 100%;
}


#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: 55px;
}


#fl {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}


#footer { 
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
	height: 55px;
}




/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
