body
{
	overflow:hidden;
}

#texaner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 0;
	padding: 138px 0 0 0;
}

#texaner img
{
	margin: 0 auto 0 auto;
	height: 84%;
	width: auto;
}


#wrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

html>body #foot { position: fixed; }

#foot
{
	position: absolute;
	text-align: center;
	background-color: #000;
	color: #fff;
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
	height: 20px;
	width: 100%;
	padding: 7px 0;
	bottom: 0px;
	left: 0;
}

#foot a
{
	font-size: 14px;
	color: #fff;
}

#menu
{
	position: relative;
	top: 2px;
}
