body
{
  color: black;
  background-color: white;
}
a
{
  text-decoration: none;
}

span
{
  visibility: hidden;
  font-family: arial, sans serif;
  font-size: 44px;
}
#Entrycontainer
{
 	width: 100%;
	height: 100%;
	margin: auto; 
}
#entryimage
{
 
  background: white url(../images/large/BubbleEntry.jpg) no-repeat center center;
  
  width: 307px;
  height: 550px;
  margin: auto;
/*
 position: absolute;  

  top: 5%;
  left: 35%;
  */
}
#janimanialink
{

	text-align: center;
/*  background-color: rgb(200,200,200);*/
  width: 307px;
  height: 40px;
  margin: auto;  

  position: absolute;
  top: 60px;
/*  left: 50px;*/
}
#familylink span
{
  font-size: 38px;
}
#familylink
{
	background-color: rgb(200,200,200);

/*  position: absolute;*/
  text-align: center;

  width: 190px;
  height: 40px;
/*  top: 48%;
  left: 41%;  */
}
#entrymessage
{
	position: relative;
	margin: auto;
	width: 450px;
	color: red;
	font-weight: bold;
}
#counter
{
  	margin: auto;
  	text-align: center;
  	width: 200px;
/*  	position: absolute;
  	top: 520px;
 	left: 425px; 
*/
}
