@charset "utf-8";
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* backslash hack hides from IE mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* end backslash hack */

body {
	text-align: center;
	background: #000;
}
a {
	outline: none;
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.imgcell img, .imgcell a {
	display: block;
}
img {
	border: 0;
}
.footer {
	padding: 0 30px;
}
.footer_button {
	background: url(/img/pages/home/button.png);
	width: 141px;
	height: 28px;
	float: right;
	margin-top: 8px;
	text-align: center;
	font: bold 14px Arial;
	line-height: 28px;
}
.footer_button a {
	color: yellow;
	text-decoration: none;
}
.footer_button a:hover {
	text-decoration: underline;
}
.hide_this {
    display: none;
    visibility: hidden;
    height: 0px;
}
