html {
height: 100%;
overflow-y:auto;
}
body {
position: relative;
min-height: 100%;
margin: 0;
overflow:auto;

}
#header, #footer {
min-width: 700px;
height: 130px;
background: #fff;
text-align:center;
}
#content {
width: 700px;
margin: 0 auto;
padding-bottom: 100px;
background: #fff;
text-align:center;
overflow:auto;
min-height:600px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:330px;
	background-image: url(images/grad1.gif);
	text-align:center;
	background-repeat: repeat-x;
}
.footer_content {
background-image:url(images/dancers1.jpg);
background-repeat:no-repeat;
background-position:center bottom;
height:330px;
width:100%;
text-align:center;
}

.header_content  {
	background-image:url(images/logo_seniors1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:96px;
	width:100%;
	text-align:center;
}
.link {
width:112px; height:44px; border:none; outline:none;}

a img {border:none; outline:none;}