body {
	background-color:  #ccfcff;


}

.ghost_holder{
	-webkit-box-align:center;
    -webkit-box-pack:center;
    display:-webkit-box;

}

.note_holder{
	 position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 30px;
  background: rgba(0,180,210,0.5);
  border-radius: 3px;
  opacity: 50%;
  text-align: center;
  font-family: "Verdana", Verdana, sans-serif;
  color: #ffffff;
  font-style: italic;

}

p{
	margin-top: 5px;

}

.copywrite_holder{
	 position: fixed;
	 left: 47%;
	 top: 90%;
  font-family: "Times New Roman", "Times New Roman", serif;
  color: black;
  font-size: 10px;

}