
	body 
	{
		text-align: center; 
		width: 100%; 
		height: 100%;
		margin: 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px ;
		border-width: 0px;
		behavior: url(csshover.htc);
		background-color: #56575a;
	}

	.page 
	{
		position: relative;
		display: table;
		top: 30px;
		width: 750px; 
		height: 750px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px 0px 0px 0px;
		background-color: white; 
		text-align: left; 
	}
	
	.drop_area
	{
  	position: relative; 
  	display: table;
   	float: left;
		top: 0px;
		left: 0px;
		width: 35px; 
		height: 750px; 
    margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;	
		 /*background-color: orange; */
  }
  
  .drop
	{
  	position: relative; 
  	display: table;
   	text-align: right;
		top: 370px;
		left: 0px;
		width: 35px; 
		height: 20px; 
    margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;		
		 /*background-color: orange; */
  }

	.image_area
	{
		position: relative;
		display: table;
	  float:left;
		top: 0px;
		left: 0px;
		width: 715px;
		height: 715px;
		 /*background-color: blue; */
		margin: 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
	}	
	
	.image
	{
		position: relative;
		display: table;
		top: 35px;
		left: 0px;
		width: 715px;
		height: 680px;
		margin: 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		/*background-color: red; */
	}	
  
  .bottom
	{
   position: relative; 
   display: table;
   float:left;
	 top: 5px;
	 left: 0px;
	 width: 680px; 
	 height: 25px; 
	 margin: 0px 0px 0px 0px ;
	 padding: 0px 0px 0px 0px;
	 /* background-color: yellow; */
	 text-align: right;
  }
  
  .blue_text
	{
		color: #72cddf; 
		font-weight: normal;
		font-family: "Franklin Gothic Demi";
		font-size: 16px;
	}
	a
	{
	 text-decoration: none;
	 image-decoration: none;
  }
  
  a img { 
border: 0; 
}
	
	.blue_text a
	{
		color: #63b8ff;
	}

	.blue_text a:visited
	{
		color: #63b8ff;
	}