/* bbmark ================ GLOBAL ================= */	

* {
		margin:0;
		padding:0;
		}
		
			
		
body {	
		height:100%;
		font-family: Arial, Helvetica, sans-serif;
		text-align:center;
		font:normal 10px/16px Arial, Helvetica, sans-serif;	
		color: #bfbfbf;
		background-color: #100f15;
		background-image: url(images/index_0.jpg);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: 0pt 0pt;
		}
		
#flash {
		z-index:0;
		height:95%;
		}
		
#wrap {
		padding-top: 10px;
		}

/* bbmark ================ LINKS ================= */			
		
a {
		color:#ffffff;
		text-decoration:none;
		}	
		
a:hover {
		border-bottom:1px solid #ffffff
		}			
		
img, a , {
		border:0;
		}	
#wrap img, #wrap a:hover {
		border:0;

}
		
/* bbmark ============= CONTACT =================*/

#contactform {
		z-index:1;
		height:95%;
  		display:none;
  		float: inline;
  		margin: 0px;
  		padding: 0px;
		}

label {
		display:block;
		}
		
input {
		width:286px;
		padding:2px;
		margin:3px 0;
		font-family:inherit;
		color:#000;
		}
		
input.button {
  		background-color:#999;
  		color:#fff;
		width:auto;
		margin-right:10px;
		border-style:hidden;
		border:0px;
		padding:0px;
		height:16px;
		}	
		
textarea {
		width:290px;
		height:100px;
		margin-bottom:10px;
		font-family:inherit;
		color:#000;
		}	
		
		

/* bbmark ============= IMPRESS =================*/
		
#impress {
  		z-index:2;
  		height: 95%;
		display:none;
		padding: 0px;
		margin: 0px;
		}
	
		
		

/* bbmark ================ FOOTER ================= */	

#footer {
		width:100%;
		text-align:center;
		margin-top:1px;
		}	
		

		
		
		

