body{
	font-family: tahoma, verdana, arial;
	color: #666;
	background: #cecac4 url(images/photonova.jpg) center no-repeat fixed; 
	z-index: 1;
	margin: 0 auto;
	padding: 0 auto;
	font-size: 11pt;
}

/* padding: 0px 0px 0px 0px; top right bottom left */
div#all{
	width: 100%;
	height: 100%;
}

div#content{
	background-color: rgba(255,255,255,0.7);
	border: 0px solid #960;
	border-radius: 1em;
	padding: 25px;
	margin: 1% 1% 2px 1%;
	width: 500px;
}

div#copy{
	text-align: center;
	font-size: 8pt;
	color: #999;
	width: 590px;
	/* background-color: chocolate; */
	/* padding-left: 34px; */
}

p.p_r{
	text-align: right;
	font-size: 13pt;
}

p.p_c{
	text-align: right;
	font-size: 16pt;
}

