@import "reset.css";
html{height:100%}
body{
	background:url(../images/bg.png);
	font:12px Arial, Helvetica, sans-serif;
	height:100%;
	color:#fff;
}

.sidebar{padding-top:20px;height:100%;width:175px;}
.navibar{
	height:100%;
	background:url(../images/navibarbg.png);
	width:175px;
}
.main{z-index:1;padding:0 0 30px 0;}
.footer{
	width:100%;
	background-color:#000;
	font-size:11px;
	text-align:center;
	color:#fff;
	padding:3px 0;
	position:fixed;
	bottom:0;
	z-index:10;
}
.footer a,.footer a:hover,.footer a:visited{
	color:#fff;
	text-decoration:none;
}
img, div, input,a { behavior: url("iepngfix.htc") }
.brand{text-align:center;}
.clear{clear:both;}