 body{
	background:url(../images/page-bg.jpg);
	height:700px;
}
.scroll-down{
	position:fixed;
	width:238px;
	height:57px;
	bottom:20px;
	right:20px;
	background:url(../images/scroll-down.png) no-repeat;
}
.demo-instructions{
	position:fixed;
	width:223px;
	height:125px;
	top:50px;
	left:75px;
	background:url(../images/demo.png) no-repeat;
}
#container{
	width:800px;
	height:800px;
	margin:50px auto;
	background-color:#;
	border:1px solid #ffffff;
}


ul#nav {
    position: fixed;
    top: 10px;
    left: 0px;
	margin: 0px;
    padding: 0px;
    list-style: none;
    z-index:9999;
}
ul#nav li {width: 59px;}
ul#nav li a {
    display: block;
    width: 59px;
    height: 58px;
	margin-left: -2px;
}
ul#nav .home a {background-image: url(../images/icon-home.png);}
ul#nav .about a {background-image: url(../images/icon-about.png);}
ul#nav .services a {background-image: url(../images/icon-services.png);}
ul#nav .process a {background-image: url(../images/icon-process.png);}
ul#nav .events a {background-image: url(../images/icon-events.png);}
ul#nav .contact a {background-image: url(../images/icon-contact.png);}
ul#nav .track a {background-image: url(../images/icon-track.png);}
#imFooterBg {clear: both; bottom: 0; width: 100%; background-color: transparent;}
#imFooter {position: relative; margin: 0 auto; height: 40px; width: 960px; background-color: #204382; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat;}


