html
{
    text-align: left;
    background: white;
    color: #E8BC50;

    background-image: url('background.gif');
    
text-shadow: 
  0 0 10px black,
  0 0 10px black,
  0 0 10px black,
  0 0 10px black,
  0 0 10px black,
  0 0 10px black,
  0 0 10px black,
  0 0 10px black;
    
    /*
    background-size: cover;

    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    */

}

body
{
    font-size: 20px;
    max-width: 420px;
    font-family: monospace;
    margin: 0 auto;

}

h1 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

p { padding-left: 25px; }

a
{

    color: #E8BC50;
    font-weight: 800;
    text-decoration: none;

}

a:hover
{

    text-decoration: underline;
}

#title-image
{
    max-width: 420px;
    margin: 0 auto;
}

#title-image img
{
    width: 100%;
    text-shadow: 2px 2px black;
}

.bar
{
    width: 100%;
}



