
html body {
	font-family: Trebuchet MS,Trebuchet, verdana, arial, helvetica, sans-serif;
	background-color: white ;
	color: black;

}

#container {
	width:800px;
	height: 556px;
/* 	border: 1px solid red; */
/* 	overflow: auto; */
	min-height: 100px;
   margin-left: auto ;
   margin-right: auto ;
	position:relative;
}

a.left {
	left: 153px;
	top: 210px;
	position: absolute;
  /* for IE */
  filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0.0;
  text-decoration: none;
  	
}

a.left:hover {
	border: 1px dashed black;
  /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;	
}

p.left {
	margin: 0px;
	width: 178px;
	height: 245px;
	border-width: 0px;
	background-color: #ff741b;
	color: #ff741b;
}

a.right {
	position: absolute;
	left: 449px;/*450*/
	top: 210px;
  /* for IE */
  filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0.0;	
  text-decoration: none;  
	
}

a.right:hover {
	border: 1px dashed black;
  /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;	
}


p.right {
	margin: 0px;
	width: 178px;
	height: 245px;
	background-color: #473cff;
	color: #473cff;

}

