html, body, #bg, #bg table, #bg td, #cont
{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#bg
{
	position: fixed; 
}
#bg div
{
	height: 200%;
	left: -50%;
	position: absolute;
	top: -50%;
	width: 200%;
}
#bg td
{
	text-align: center;
	vertical-align: middle;
}
#bg img
{
	margin: 0 auto;
	min-height: 50%;
	min-width: 50%;
}
html
{
	background: #cfcfcf;
	color: #000;
	height: 100%;
	font-family: "Helvetica Neue", helvetica, serif;
	overflow: hidden;
}
body
{
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	font-size: 12px;
}
a
{
	text-decoration: none;
	color: #fff;
}
a:focus
{
	outline: none;
	-moz-outline: none;
}
#menu
{
	background: #000;
	left: 0;
	padding: 25px 0 24px 31px;
	position: absolute;
	right: 0;
	/*top: 153px;*/
	top: 10%;
}
#menu li
{
	color: #666;
	float: left;
	font-size: 24px;
	margin: 0 15px 0 0;
}
#menu a
{
	color: #fff;
}
#menu a.current
{
	color: #0099cc;
}
.content
{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	background: url(/img/bg-trans.png) ;
}
#footer .content
{
	top: auto;
	bottom: 100%;
}
.content > li
{
	display: none;
	padding: 82px 55px;
	color: #fff;
}
.content h1
{
	font-size: 28px;
	color: #0099cc;
	padding: 0 0 10px;
}
.content p
{
	color: #fff;
	font-size: 19px;
	padding-bottom: 30px;
}
#footer
{
	background: #000 url(/img/logo.png) no-repeat top right;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 0 53px;
	height: 100px;
}
#footer .submenu li
{
	float: left;
	padding: 37px 15px 0 0;
	font-size: 15px;
}
.dummyload
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}