/* defaults */
html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	background: #fcfafa url(/img/beckie-main.jpg)  top center no-repeat;
	
}

.audioplayer_container {
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	margin-top:0;
}

.rel {
	position: relative;
}

#eye {
	position: absolute;
	left: 335px;
	top: 303px;
}

#bat {
	position: absolute;
	left: 140px;
	top: 0px;
}


#birds {
	position: absolute;
	left: -540px;
	top: 65px;

}

#dinosaur {
	position: absolute;
	left: -420px;
	top: 380px;
	z-index: 2;
}

#dragon {
	position: absolute;
	left: -362px;
	top: 0px;
}

#frog {
	position: absolute;
	left: 140px;
	top: 436px;
}

#container {
	margin: 0 auto;
	width: 1px;
}

#ru {
	background: url(/img/russian.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/russian.png',sizingMethod='image');
	cursor: pointer;
	display: block;
	height: 13px;
	position: absolute;
	left: 30px;
	top: 550px;
	width: 85px;
	z-index: 10;
}

#en {
	background: url(/img/english.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/english.png',sizingMethod='image');	
	cursor: pointer;
	display: block;
	height: 16px;
	position: absolute;
	left: -80px;
	top: 550px;
	width: 78px;
	z-index: 10;
}

.test {
	border: 1px solid red;
}