/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
}

html,
body,
#content {
	width:100%;
	height:100%;
	overflow:hidden;
}

body {
	font-family:Arial;
	font-size:150%;
	color:#FFF;
}

#bg {
	position:absolute;
	width:100%;
	height:100%;
}

#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
}

#content {
	position:absolute;
	top:0;
	left:13px;
	z-index:70;
	overflow:auto;
	padding:50px;
}

#text {
	z-index:70;	
	position:absolute;
width: 250px;
height: 250px;
background-image: url('txt1.png');
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #000;

}


#strandmuschel {
z-index:70;
position:absolute;
margin:auto;
margin-top:-100px;
top:50%;
width:100%;
vertical-align:middle;
text-align:center;
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
#strandmuschel {
z-index:70;
position:absolute;
margin:auto;
margin-top:-100px;
top:50%;
width:100%;
vertical-align:middle;
text-align:center;
}

img {
	width: 900px;
	}
}

}





