/* clearing float elements */

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

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

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

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

.float-left-vert:after {
	content: ".";
	display: inline;
	height: 0;
	clear: both;
	visibility: hidden;
}

.float-right-vert:after {
	content: ".";
	display: inline;
	height: 0;
	clear: both;
	visibility: hidden;
}

#toplist-position:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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

.footer-nav-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer-nav-list-wide:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


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

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

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


/* /clearing float elements */
