@charset "UTF-8";






html, body, div, p{
	margin: 0; 
	padding: 0; 
	border: 0;
	font-family: helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: rgb(255, 255, 255);

	}


h1{
	margin: 0; 
	padding: 0; 
	border: 0;
	font-family: helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: rgb(255, 255, 255);

	}



html, body{ height: 100%; }

body{
	background-color:rgb(0,0,0); 
	background-image:url('background.pdf'); 
	background-repeat:no-repeat; 
	background-attachment:fixed; 
	background-size: cover;
}
	
	#container{
		min-height: 100%;
		position: relative;
		}
	
	#header{
		position: relative;
		width: 100%;
		height: auto;
		background: transparent;
		margin-top: 30px;
		margin-bottom: 30px;
		}
		
		
	
			
	
	#wrapper{
		position: relative;
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
		padding-bottom: 50px;
		}
		
		#content{
			position: relative;
			top: 0px;
			left: 0px;
			width: 100%;
			height: auto;
			padding: 25px;
			color: #333;
			background-color: rgb(0, 0, 0);
			background-color: rgba(0, 0, 0, 0.5);
			border-radius: 5px;
			margin-bottom: 20px;
			text-align: left;
			}	
			#content p{text-align: left; margin: 5px 0 10px 0;}
			
			
#cans {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
#cans img {
  width: 250px;
  vertical-align: middle;
}
