

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

body {
    overflow:hidden;
    padding:0;margin:0;
    height:100%;width:100%;
}
 
#bgimg {
    position:absolute;
    z-index: -1;
}
 
#realBody{
    position:absolute;
    z-index: 5;
    overflow:auto;
    height:100%;width:100%;
    background: url('../img/raster.png');
}

#container {
    width: 800px;
    height: 230px;
	border: 1px #fff solid;
    margin: auto;
    margin-top: 60px;
    padding-top: 15px;
    background: #000;
	opacity: 0.75; 
  }
 
#container h1 {
    color:#fff;
    font-family: 'KitchenpoliceRegular';
    font-size:35px;
    font-weight: normal;
    text-decoration:none;
    text-align:center;
}
 
 #container2 {
   	width: 800px;
    height: auto;
	border: 1px #fff solid;
    margin: auto;
    margin-top: 560px;
	margin-bottom: 2px;
    padding-top: 15px;
	padding-bottom: 15px;
    background: #000;
	opacity: 0.8; 
  }
 
  #footer {
   	width: 800px;
    height: auto;
	border: 1px #fff solid;
    margin: auto;
    margin-top: 0px;
	margin-bottom: 120px;
    padding-top: 10px;
	padding-bottom: 10px;
    background: #000;
	opacity: 0.8; 
  }
#footer p{
	font-size: 10px;
    font-family: helvetica, sans-serif;
	color: #959595;
	text-align: center;
}
#footer li {}
#footer a {color:#959595;text-decoration:none}
#footer a:hover {color:#fff;-moz-transition:all 0.3s ease-out; /* FF3.7+ */ -o-transition:all 0.3s ease-out; /* Opera 10.5 */ -webkit-transition:all 0.3s ease-out; /* Saf3.2+, Chrome */ }
 
 @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 {
    margin-top: 20px;
}
 
#grid h2{
    color: #fff;
    text-align: left;
    margin-left: 60px;
    font-size: 20px;
    font-family: 'Lobster', sans-serif;
    margin-bottom: 3px;
    font-weight: normal;
}
 
#grid p{
    color: #fff;
    text-align: justify;
    margin-left: 60px;
	margin-bottom: 3px;
    font-size: 12px;
    font-family: helvetica, sans-serif;
    margin-top: 0px;
    width: 680px;
    line-height: 18px;
}

#grid a{
    color: #fff;
    text-align: justify;
    margin-left: 670px;
	margin-bottom: 3px;
    font-size: 12px;
    font-family: helvetica, sans-serif;
    margin-top: 0px;
    width: 680px;
    line-height: 18px;
}
 
 #grid2 {
    margin-top: 20px;
}
 
 #grid2 h2{
    color: #fff;
    text-align: left;
    margin-left: 60px;
    font-size: 20px;
    font-family: 'Lobster', sans-serif;
    margin-bottom: 3px;
    font-weight: normal;
}
 #grid2 p{
    color: #fff;
    text-align: justify;
    margin-left: 60px;
	margin-bottom: 3px;
    font-size: 12px;
    font-family: helvetica, sans-serif;
    margin-top: 0px;
    width: 680px;
    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 #fff;
}

