@charset "utf-8";
/* CSS Document */

html { width:100%; min-height:100%;}

body {
	text-align:left;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
}

.bg_menu
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	z-index:-1;
}

.bg_page
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	z-index:-1;
}

.bg_menu img,.bg_page img
{
	width:100%;
}

#content {
	margin:0px 5px 0px 5px;
	background:#fff;
}

a {
	color:#000;
	text-decoration: none;
	font-weight:bold;
}

a.button,a.button_large {
	display:block;
	width: 99%;
	margin:2px auto;
	border:2px solid #333;
	text-decoration:none;
	font-weight:bold;
	background:url(/_images/button_background.png) repeat;
	line-height: 50px;
	font-size:24px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.upper
{
	text-transform:uppercase;
}

header {
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	text-align:center;
}

#footer {
	position:relative;
	padding-top:15px;
	color:#000;
	font-size:14px;
	text-align:center;
	padding-bottom: 10px;
}

#keywords {
	display:none;
}

#loadingLink
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.2);
	z-index:1500;
}

#loadingContent
{
	display:block;
	margin:200px auto 0px auto;
	background:#FFF;
	border-radius:2px;
	text-align:center;
	padding:10px;
	width:100px;
}

#cheese-header {
	position:relative;
	width:100%;
}

#cheese-header img {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

#cheese-header img:first-child {
	position:relative!important;
}