 html {
        overflow-x: auto;
        overflow-y: scroll !important;
        /* overflow-y: hidden; ie6 value b/c !important ignored */
    }

    body {
        padding:0;
        margin:0;
        height: 100%;
        /*overflow-y: hidden !important; */
        /*overflow-y: scroll;  ie6 value b/c !important ignored */
    }
	
	#agsChat {
	background:url(../images/myAGS.png);
	overflow:hidden;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:35px;

}



	 
	 #agsChat a {
		    font-size: 12px;
          color: white;
          text-shadow: 1px 1px 0px #a64545;
          font-weight: bold;
	 
	 }


        #bottom {
	    
	        position: fixed !important;
	        position: absolute; /* ie6 value b/c !important ignored */
	        width:100%;
	        bottom: 0px;
			margin-left:auto;
			margin-right:auto;
	        z-index: 5;
	        height:35px;
			color:maroon;
        }
      
	
	