.container
{
    margin: 0px;
	padding: 0px;
    width: 940px;
    height: 570px;
	top:0px;
	left: 0px;
    position:absolute;
    background-color: #fff;
	
	overflow: hidden;
}

.header
{
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 247px;
	height: 310px;
}


#grid {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.faceCell {
	display: block;
	position:absolute;
	width: 80px;
	height: 80px;
	background-color: #400085;
	cursor: pointer;
	overflow: hidden;
}

.faceCell img {
	position:absolute;
	top:0px;
	left: 0px
}

.faceCell p {
	font-family: Georgia;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	color: #fff;
}



.faceCellHover {
	
	width: 72px;
	height: 72px;
	border: solid 4px #400085;
	
}

.faceCellImageHover {
	
	top: -4px;
	left: -4px;
}

#infoPanel
{
	display: block;
	position:absolute;
	top: 86px;
	left: 258px;
	width: 596px;
	height: 338px;
	background-image:url('../images/screener.png');
	z-index: 1000;
}

#frame
{
	display: block;
	position:absolute;
	top: 1px;
	left: 5px;
	width: 277px;
	height: 338px;
	background-image:url('../images/frame.png');
	z-index: 2000;
}

#loading {
	font-size: 14px;
	font-family: Arial;
	background-color: #fff;
	height: 460px;
	padding-top: 240px;
	text-align: center;
	width: 940px;
	position: absolute;
	z-index: 100000;
	left: 0;
	top: 0;
	color: #777;
}

#closeButton {
	position: absolute;
	font-size: 11px;
	font-family: Arial;
	height: 24px;
	width: 118px;
	text-align: left;
	z-index: 100000;
	right: 0;
	top: 0;
	color: #777;
	line-height: 26px;
	background-image:url('../images/closeScreen.png');
	background-repeat: no-repeat;
	background-position: 94px 0px;
	cursor: pointer;
}

#showAllButton {
	position: absolute;
	font-size: 11px;
	font-family: Arial;
	height: 24px;
	width: 102px;
	text-align: left;
	right: 0;
	bottom: 0px;
	color: #777;
	line-height: 26px;
	background-image:url('../images/showAll.png');
	background-repeat: no-repeat;
	background-position: 72px 0px;
	cursor: pointer;
	z-index: 9998;
}

#onesYear {
	position: absolute;
	font-size: 12px;
	font-family: Arial;
	height: 333px;
	width: 280px;
	text-align: left;
	z-index: 100000;
	left: 300px;
	top: 105px;
	color: #444;
}

#realYear {
	position: absolute;
	font-size: 12px;
	font-family: Arial;
	height: 333px;
	width: 280px;
	text-align: left;
	z-index: 100000;
	left: 300px;
	top: 205px;
	color: #444;
}

#yearText {
	position: absolute;
	font-size: 20px;
	font-family: Georgia;
	height: 50px;
	width: 522px;
	text-align: left;
	z-index: 100000;
	left: 300px;
	top: 25px;
	color: #400085;
}

#theQueen {
	position: absolute;
	font-size: 34px;
	font-family: Georgia;
	height: 50px;
	width: 170px;
	text-align: left;
	z-index: 100000;
	left: 0px;
	top: -5px;
	color: #400085;
}

#sixty {
	position: absolute;
	font-size: 147px;
	font-family: Georgia;
	height: 100px;
	width: 170px;
	text-align: left;
	z-index: 100000;
	left: -6px;
	top: 5px;
	color: #400085;
}

#years {
	position: absolute;
	font-size: 20px;
	font-family: Georgia;
	height: 20px;
	width: 170px;
	text-align: left;
	z-index: 100000;
	left: 115px;
	top: 142px;
	color: #400085;
}

#ageText {
	position: absolute;
	font-size: 14px;
	font-family: Georgia;
	height: 50px;
	width: 522px;
	text-align: left;
	z-index: 100000;
	left: 300px;
	top: 75px;
	color: #400085;
}

#annusText {
	position: absolute;
	font-size: 16px;
	font-family: Georgia;
	height: 50px;
	width: 522px;
	text-align: left;
	font-style:italic;
	z-index: 100000;
	left: 350px;
	top: 30px;
	color: #400085;
}

#regnalText {
	position: absolute;
	font-size: 14px;
	font-family: Georgia;
	height: 50px;
	width: 522px;
	text-align: left;
	z-index: 100000;
	left: 300px;
	top: 55px;
	color: #400085;
}

#headerText {
	position: absolute;
	font-size: 16px;
	font-family: Georgia;
	height: 60px;
	width: 247px;
	text-align: left;
	z-index: 9998;
	left: 0px;
	top: 0px;
	color: #400085;
}

#imageHolder {
	
	position: absolute;
	top: 50px;
	left: 52px;
	width:178px;
	height:240px;
	background-color: #333;
	background-image:url('../images/preloader2.gif');
	background-repeat: no-repeat;
	background-position: 75px 100px;
	z-index: 1900;
	
}


