body{
	font-family:sans-serif;
	background-color:white;
	background-image:url('bg.png');
	background-attachment:fixed;
	background-position:bottom right;
	background-repeat:no-repeat;
}
div.block{
	text-align:left;
	background-color:white;
	padding:0px 12px 0px 12px;
	border:dashed 1px #000000;
	width:60%;
}