@charset "UTF-8";
/* CSS Document */

html {
background:url(../img/bgBody.jpg) repeat top left
}

body {
background:url(../img/bgContent.jpg) no-repeat top center;
}

#wrapper {
height: 580px;
width: 960px;
margin: 0 auto; 
color: #b6b6b5;
text-align: center;
font-family:Georgia, "Times New Roman", Times, serif;
text-shadow:1px 1px 0 #000;
}

a {
color: #7e1515;
text-decoration: none
}

a:hover {
text-decoration: underline
}

h1 {
font-size: 70px;
padding-top: 160px;
margin-bottom: 20px;
}

h2 {
line-height: 1.2em;
text-shadow:1px 1px 0 #000;
}

em {
font-size: 18px;
display:block;
margin-bottom: 15px
}

#footer {
margin-top: 100px;
font-size: 12px;
color: #81807f;
position:relative
}

#footer a {
color: #5e1c1a
}

#credits {
position: absolute;
right: 20px;
top: 0
}

