﻿



body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
background: #FFF;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: #FFF;
}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#container2 {
	width: 490px;
	height: 665px;
	margin: auto;
	margin-top: 145px;
	margin-left: 300px;
	padding-top: 0px;
	background:#fff;
	text-align:left;
}

#contact {
	width: 36px;
	height: 260px;
	margin: auto;
	margin-top: 0px;
	margin-left: 0px;
	background:#FFF;
	text-align:left;
}

@font-face {
	font-family: 'KitchenpoliceRegular';
	src: url('KITCHENPOLICE-webfont.eot');
	src: local('‚ò∫'), url('KITCHENPOLICE-webfont.woff') format('woff'), url('KITCHENPOLICE-webfont.ttf') format('truetype'), url('KITCHENPOLICE-webfont.svg#webfontCRDciSXC') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Grid */

#grid {
	margin-top: 20px;
}

#grid h2{
	color: #000;
	text-align: left;
	margin-left: 0px;
	font-size: 30px;
	font-family: 'Lobster', sans-serif;
	margin-bottom: 3px;
	font-weight: normal;
}


#grid p{
	color: #000;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-family: helvetica, sans-serif;
	margin-top: 0px;
	width: 390px;
	line-height: 18px;
}

@font-face {
	font-family: 'Lobster';
	src: url('Lobster_1.3-webfont.eot');
	src: local('‚ò∫'), url('Lobster_1.3-webfont.woff') format('woff'), url('Lobster_1.3-webfont.ttf') format('truetype'), url('Lobster_1.3-webfont.svg#webfontcOtP3oQb') format('svg');
	font-weight: normal;
	font-style: normal;
}

#grid img {
	margin: 20px 10px 20px 10px;
	border: 3px solid #000;
}

#grid a:hover img{
	border: 3px solid #000;
}

#header a{
	color: #000;
	margin: 0;
	padding: 10px;
	display: block;
	background:rgba(0,0,0,.8);
	text-align: center;
}
