/* CSS Document */
html, body {
	background-image: url(images/SMITF-Background.jpg);
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	height: 100%;
	overflow:hidden;
	

}

a img {
	border:none;
}


.bar	{
z-index:25;
position:static;
height:	133px;
background-image: url(images/bar.png);
background-repeat:repeat-x;
display:block;
		}
.bar_padding 	{
padding: 0px 50px 2px 20px;
				}
.bar_padding1 	{
padding: 0px 50px 0px 20px;
				}

ul.mir {width:450px; padding:0; list-style-type:none;}
ul.mir li {display:inline;}
ul.mir li a {float:left; display:block; width:150px; height:100px;}
a#mir-a1 {background:url(images/home_1.png) no-repeat;}
a#mir-a2 {background:url(images/book_1.png) no-repeat;}
a#mir-a3 {background:url(images/light_1.png) no-repeat;}

a#mir-a1:hover  {background:url(images/home_1_off.png) no-repeat;}
a#mir-a2:hover  {background:url(images/book_1_off.png) no-repeat;}
a#mir-a3:hover  {background:url(images/light_1_off.png) no-repeat;}


ul.mir1 {width:300px; padding:0; list-style-type:none;}
ul.mir1 li {display:inline;}
ul.mir1 li a {float:left; display:block; width:150px; height:100px;}
a#mir1-a1 {background:url(images/home_1.png) no-repeat;}
a#mir1-a3 {background:url(images/light_1.png) no-repeat;}

a#mir1-a1:hover  {background:url(images/home_1_off.png) no-repeat;}
a#mir1-a3:hover  {background:url(images/light_1_off.png) no-repeat;}
<!--[if IE]> body {overflow:auto;}<![endif]-->
