html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#top {
    position: absolute;
}
h1, p {
    margin: 0;
    padding: 0.3em 0;
}
#container {
    min-height: 100%;
    margin-bottom: -26px;
}
* html #container {
    height: 100%;
}
#footer-spacer {
    height: 26px;
}
#footer {
    border-top: 1px solid #000;
    height: 25px;
	padding-top:5px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(../image/top_header/bg.jpg);
	background-repeat:repeat-x
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1px;
	color:#FFF;
	
}
