/*  styles */
html,body{
	margin:0;
}
 
.content{
	color:#777;
	font:12px/1.4 "helvetica neue",arial,sans-serif;
	width:850px;
	margin:20px auto;
}
h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
p{margin:0 0 20px}
a {color:#22BCB9;text-decoration:none;}

/* This rule is read by Galleria to define the gallery height: */
#galleria{
	width: 850px;
	height:520px;
/*	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	-moz-box-shadow:  0 0 20px rgba(0, 0, 0, .3);
	-webkit-box-shadow:  0 0 20px rgba(0, 0, 0, .3);*/
}
