body, html {
  height: 100%;
}

.bg { 
  /* The image used */
  background-image: url("close-shells-2.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


p {


padding: 0;

}

html {
	padding: 0;
	margin: 0;
	}

body {
	margin: 0 auto;
font-family: 'Roboto', sans-serif;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	color: #fff;	
		
	}
	
.kj {

font-size: 48px;

}
	
.links {

padding: 5 0 0 50;

}
	
img {

border: 0;

}


a {

color: #fff;


}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {

border-bottom: 2px dotted #fff;

}

a:active {

border-bottom: 2px dotted #fff;
}