.header {
	background: #FFF url('../../images/background1.png');
	width: 800px;
	height: 100px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000; 
}

#pages {
	float: left;
	width: 100%;
	height: auto;
	padding: 5px;
	text-align: center;
}

#notice {
	width: auto;
	height: auto;
	text-align: center;
}

#login {
	float: right;
	width: auto;
	height: auto;
	padding: 5px;
}

#sprays {
	text-align: center;
	background: #000000 url('../../images/background2.png');
	width: 800px;
	height: auto;
	padding: 10px;
	color: #FFFFFF;
	font: 10pt Tahoma;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #000000; 
}

#spraypagination ul {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;   
}

.tooltip { 
	position: absolute; 
	width: 209px;
	height: 109px;
	background: url('../../images/white_tooltip.png');
	color: black;
	text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
	text-align: center;
	font: 10px Tahoma;
	z-index: 3000;
	display:table;
}

.tooltip_container
{
	display: table-cell;
	vertical-align: middle;
}

.spray { 
	display: inline-block; 
	width: 256px; 
	padding: 3px; 
	margin: 0px; 
	text-align: center; 
	color: #FFFFFF;
	font: 10px Tahoma;
}

.spray a { 
	font-size: 18px; 
	margin-top: 2px; 
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'CustomFont';
	text-decoration: none;
}

.spraypage { 
	display: none; 
}