/* Remove focus border */
:focus {
	outline: 0;
}
form{
	padding: 0;
	margin: 0;
}
img{
	border: none;
}
.clearer{
	clear: both;
	height: 0px;
}