/* GLOBAL */
html,
body
{
	width: 100%;
	height: 100%;
}

body
{
	color: #fff;
}

#stky
{
	width: 100%;
	height: 708px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	color: transparent;
	text-indent: -9999px;
	background: transparent url(../img/stky.png) no-repeat 50% 0;
}

#stky.over
{
	background-position: 50% -708px;
}