* {	margin: 0; 	padding: 0;
}
html {
	/*height: 100%;*/
}
body { 
	/*height: 100%;*/	
}
div {
	background-repeat: no-repeat;
}
.left {
	float: left;
}
.clear {
	clear: left;
}
.right {
	float: right;
}
a:hover {
	text-decoration: none;
} 
img {
 border: none;
 /*vertical-align: top;*/
}

#footer {
	/*position: relative;*/
}




