/* hide from ie on mac \*/
    html { height: 100%; }
			
    #flashcontent {	height: 100%; }
/* end hide */

	body { overflow:hidden; height: 100%; margin: 0; padding: 0; background-color: #fff; font: 12px Arial, sans-serif; color: black; }
	body.noflash { overflow:visible; }
	.clear { clear:both;}
	.content { 
		/* position:absolute; 
		color:black; 
		width:445px; 
		left:50%; 
		top:50%; 
		height:680px; 
		margin-top:-340px; 
		margin-left:-222px; 
		border:1px solid red; */
		width:445px;
		margin:0 auto;
		padding:20px 0 10px;
		background:url(../img/content-bgr.jpg) no-repeat center 150px; 
	}
	.header { width:445px; height:128px; background:url(../img/header-bgr.jpg) no-repeat top left; }
	.info { width:275px; padding:20px 10px 10px 30px; float:left; }
	.info p { text-align:justify; }
	a img { border:0; }
	p.image { width:110px; float:right; }
	p.image img { border:0; display:block; margin:5px 20px; }
	p.image a img { border:0; margin-top:20px; }
	
	a {	color:black; text-decoration:none; }
	a:hover { text-decoration:underline;  }  