* {
	margin: 0;
	padding: 0;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	border: none;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #cff542;
}

a:link, a:visited { 
	outline: none;
	color: #464646;
	text-decoration: none; 
}  

a:active, a:hover { 
	color: #222222; 
}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */