html,body	{
	width:100%;
	height:100%;
	overflow:hidden;
	border:0;
	margin:0;
	padding:0;
}

/*For making the background size*/
.scaler {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
	background:#111;
	display:table;
}

.scaler div {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	zoom:1
}

.scaler > div	{
	display:table-cell;
	vertical-align:middle;
	height:100%;
	position:static;
	top:0
}

.scaler img {
	margin:0 auto;
	display:block;
	min-height:50%;
	min-width:50%;
	-ms-interpolation-mode:bicubic
}

*:first-child+html .scaler img{position:relative;top:-50%} /*Fix IE7*/
*:first-child+html .scaler div{position:absolute;top:50%;height:auto} /*Fix IE7*/
* html .scaler img{height:50%;position:relative;top:-50%} /*Fix IE6*/


/*Footer navigation*/
.scaler-nav {
	position:fixed;
	top: 10px;
	right: 10px;
	overflow:hidden;
	text-align:center;
	z-index:333;
	list-style:none; 
}

.scaler-nav li {
	width:21px;
	margin-left:2px;
	margin-bottom:2px;
	line-height:21px;
	font-size:10px;
	list-style:none
}

.scaler-nav a { 
	height:21px;
	display:block;
	background:url(../images/bg3.png);
	text-decoration:none;
	color:#fff;
	outline:none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
.scaler-nav a {
    border-radius: 3px;
    behavior: url(border-radius.htc);
}

.scaler-nav a:hover,.scaler-nav a:focus,.scaler-nav a.cur {
	background:#fff;
	color:#333
	}

.scaler-float {
	position:absolute;
	top:-99px;left:-99px;
	z-index:9;width:73px;
	height:34px;
	background:url(../images/arrow.png) 0 0;
	display:block;
	outline:none
}

.scaler-next {
	background-position:-40px 0
}


