/*  binita walia css for site the space in between  */
/*  by russell martin, 2007 */


BODY {
	background-color: #FBFBFB;
}


/*  for home page only - vertical positioned in page  */

BODY, HTML {
	height: 98%;
}

#outer {
	height: 100%;
/*	overflow: visible;*/
	position: relative;
	width: 100%;
	text-align: center;
}

#outer[id] {
	display: table;
	position: static;
}

#middle {
	position: absolute;
	top: 50%;
}

/* for explorer only*/

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	position: relative;
	top: 25%;
}

IMG {
	border: none;
}