body,html {

margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow:hidden;
width:100%;
height:100%;
}
#container {
z-index:10;
margin:auto;
width:100%;
position:absolute;
height:100%;
top:0px;
}

#greyBar{
background:transparent url(images/greybar.jpg) repeat-x scroll 0%;
height:400px;
position:absolute;
top:75px;
width:inherit;
z-index:1;
}
.bottomLinks{
position:absolute;
bottom:0px;
z-index:50;



}