body {
font-family: 'helvetica', sans-serif;
background-color: #ff6600;
}

#image {
width: 500px;
margin-left: auto;
margin-right: auto;
}


p {
font-family: 'helvetica', sans-serif;
font-weight: normal;
text-align: center;
font-size:0.8em;
}

#credits p{
clear: both;
font-size: 0.6em;
letter-spacing: 0em;
font-weight: normal;
position: absolute;
bottom: 1em;
left: 1em;
}

a {
text-decoration: none;
color: #000;
font-size: 0.8em;
}

a:hover{
color: #000;
text-decoration: underline;
}



