body {
    background-image: url("/images/projects/castlevania_cemetary_bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center bottom;    
}

h1 {
    text-align:center;
}

div {
   background: rgb(255, 255, 255) transparent;
   background: rgba(255, 255, 255, 0.75);
   width:50%;
   margin: auto;
   padding: 25px;
}

p {
   color: #000;
}

p#blurb {
    font-style:italic;
}

img {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 350px; /* Set a small width */
}

/* Add a hover effect (blue shadow) */
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

img#icon {
    width: 25px; /* Set a small width */
    border: 0px;
}

hr {
	/*background:url("skeleton-divider-by-gasara.gif") no-repeat top center;*/
    background:url("/images/projects/skull_divider_by_xelestar.png") no-repeat top center;
	height:13px;
	border:none !important;
    margin:50px;
}
