@charset "utf-8";
/* CSS Document */

html, body{
	background: #acc4e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
}

#main{
	background: url("/images/shadow_legal_opaque.png") no-repeat center bottom;
	text-align: justify;
	
	margin: 0 auto;
	padding: 15px;
	width: 290px;
}

h1{
	color: #003b80;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0;
}

p{
	color: #333;
	font-size: 11px;
	line-height: 1.2em;
}
