
body {
	line-height: 1;
	background-color: black;
	text-align: center;
	background-image: url('images/SB002.JPG');
}
#imagepixel1{
  position: absolute;
  left: 13vw;
  top: 10vw;
  z-index: 3;
  image-rendering: pixelated;

}
#imagepixel2{
  position: absolute;
  left: 77vw;
  top: 10vw;
  z-index: 3;
  image-rendering: pixelated;
  

}
#imagepixel3{
  position: absolute;
  left: 13vw;
  top: 25vw;
  z-index: 3;
  image-rendering: pixelated;
  

}
#imagepixel4{
  position: absolute;
  left: 77vw;
  top: 25vw;
  z-index: 3;
  image-rendering: pixelated;

}
#imagekiss{
  position: Fixed;
  bottom: 0vw;
  right: 0vw;
  z-index: 2;
  image-rendering: pixelated;
  
  
}
#imagefloat3{
  margin: auto;
  top: 10vw;
  width: 50vw;
  z-index: 1;
  image-rendering: pixelated;
  
}
#goback{
  position: absolute;
  top: 0vw;
  left: 0vw;
}
p{
	font-size: 110%;
	color: White;
	line-height: 125%;
	padding: 10px;
	background-color: rgba(220, 9, 14, .2);
	outline: 1px solid white;
	box-sizing: content-box;
	display: block;
	text-align: left;
	width: 60%;
	margin: auto;
	padding: 15px;
}
body a{
	color:red;
}
body a:hover {
	color:yellow;
	text-decoration: underline;
}
p a{
	color:red;
	text-decoration: none;
}
p a:hover{
	color:yellow;
	text-decoration: underline;
}

UL{
	font-size: 110%;
	font-family: Verdana;
	color: White;
	line-height: 125%;
	padding-right: 50px;
	padding-left: 50px;
	background-color: black;
	outline: 2px solid white;
}
footer{
	font-size: 110%;
	color: White;
	line-height: 125%;
	padding: 10px;
	background-color: rgba(220, 9, 14, .2);
	outline: 1px solid white;
	box-sizing: content-box;
	display: block;
	text-align: center;
	width: 40%;
	margin: auto;
	margin-top: 20px;
	padding: 15px;
}