*{
	margin: 0;
	padding: 0;
}
html, body {

height: 100%;	
background-color: #000000;
}
.main{
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
}
.wrapper{
margin:0 auto;
width:988px;



}
.clear{
	clear:both; padding-bottom:65px;
}
.image{
margin:0 auto;
width:988px;
height:89px
}
.footer{
position:absolute;
bottom: 0;
width:100%;
height: 89px;
background:url(../images/bottom.jpg) repeat-x top;

}
















