/* reef specific elements, for offline mode */

html, body
{
	background-image: url('/tpl/assets/images/reef/bg_pattern_purple.jpg');
	font-size: 0.8em;
	font-family: Helvetica;
}

div#error
{
	background-color: black;
	color: orange;
	background-image: url(/tpl/assets/images/reef/reef_100x45.png);
	background-repeat: no-repeat;
	background-position: 150 20;
	width: 400px;
	height: 86px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -70px; 
	/* Half the height of the DIV tag which is also 50 pixels */	
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding-top: 64px;
/* 	padding: 70px 30px 30px 30px; */
}
