html, body {
	background-color:#F5F5F5;
	height:100%;
	margin: 0 auto;
	padding: 0;
}

#outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}

#middle {margin-top: expression((document.getElementById('outer').offsetHeight - document.getElementById('middle').offsetHeight)/2);}
/* #middle {position: absolute; top: 50%; width: 100%; text-align: center;} for explorer only */
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
/* #inner {position: relative; top: -50%; text-align: left;} for explorer only */
#inner {width: 960px; margin-left: auto; margin-right: auto;} /* for all browsers*/
/* for explorer only */
/* optional: #inner[id] {position: static;} */

div#pointer {
	position:absolute
}

.white {
	color:#ffffff;
}

.black {
	color:#000000;
}

.black a{
	color:#000000;
	text-decoration:none;
}

.black a:hover{
	color:#000000;
	text-decoration:underline;
}

@font-face {
	src: local("Eurostile"),
         url(http://www.1bhkonline.com/fonts/Eurostile) format("truetype");
    font-family: Eurostile, Eurotype, Euromode;
}

.font {
	font-family:Eurostile, Eurotype, Euromode;
	font-size:14px;
	font-weight:normal;
}

.padding10{
	padding:10px;
}
