* {
	margin: 0;
	padding: 0;
}
option {
	padding-left: 0.4em;
}
html {
	height: 100%;
}

body {
	font-size: 100%;
	color: #243542;
	background-color: #fff;
	text-align: center;
	position: relative;
	min-height: 101%;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset, img {
	border: 0;
}
select, textarea {font-size: 99%;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

.clearfix {display: block;}
.clear {overflow: hidden;}

