
#footer {
    height: 30px; /* .push must be the same height as .footer */
	position: absolute;
	margin-left: 30%;
	bottom:0px;
	width: 40%;
}
@media screen{
  body>div#footer{
   position: fixed;
  }
 }

#toggle {
	float: right;
	overflow: hidden;
	width: 100%;
	height: 30px;
	background: rgb(249,243,224); 
	background: rgba(249,243,224,0.7); 
	-moz-box-shadow: 0 0 3px 3px #BBBBBB;
	-webkit-box-shadow: 0 0 3px 3px #BBBBBB;
	box-shadow: 0 0 3px 3px #BBBBBB;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	behavior: url(/PIE.htc);
	padding-right: 20px;
	padding-left: 10px;
}
#togglebutton {
	position: absolute;
	bottom: 0;
	right: 5px;
	text-align: right;
	font-size: 10px;
	font-family: verdana;
	color: #999999;
	text-decoration: none;
	cursor: pointer; 
}
#toggle img {
	margin-left: 5px
}
