/*dropping & setting default*/	
* {   
	margin:		0;
	padding:	0;
	font-size:	11px;
	font-family:Tahoma, sans-serif;
	color:		#000;  
}	
html, body {
	height:		100%;
}
body {
	text-align:	center;
}	
div {
	text-align:	left;
}	
img {
	border:		none;
}	
.all {
	min-width:	1000px;
	position:	relative;
	min-height:	100%;
}
.all-i {
}
.all-c {
	padding:	0 0 85px 0;
}
* html .all {
	height:		100%;
}
.ft {
	position:	relative;
	margin-top:	-85px;
}
.ft-i {
}
.ft-c {
	height:		85px;
}