.framefr {
	position:absolute;
  	height: 295px;
  	width: 692px;
	z-index: 2;
}

.framebg {
	position:absolute;
  	height: 295px;
   	width: 692px; 
   	z-index: 1;
}

.frametext {
	position:absolute;
  	height: 295px;
  	width: 463px;
	z-index: 3;
	overflow: hidden;
}


.textfield {
	position: relative;
	text-shadow: text-shadow: 3px 3px 5px red;
	font-size: 19px;
	color: #000000;
}

.box1 {
 	background-position: 0px 0px;
  	height: 295px; 
 	width: 463px; 
 	float: left;
}

.box2 {
 	background-position: -463px 0px;
  	height: 77px; 
 	width: 229px;
  	float: left;
}

.box3 {
 	background-position: -463px -77px;
  	height: 108px; 
 	width: 229px;
  	float: left;
}

.box4 {
 	background-position: -463px -185px;
  	height: 110px; 
 	width: 229px;
  	float: left;
}

