body {
margin: 0;
padding: 0;
background: #051f63;
color: #ffffff;
font-size: 62.5%;
line-height: 100%;
font-family: Arial, Helvetica, Verdana, sans-serif;
background: #7082e4 url('../img/background.jpg') top left repeat-x;
}
.credits {
text-align: right;
font-size: 9px;
padding-top: 5px;
padding-bottom: 5px;
}
#page {
position: relative;
margin: 0 auto;
padding: 0;
width: 1104px;
background: transparent url('../img/shadow.png') top center no-repeat;
margin-top: 50px;
padding-bottom: 50px;
}
#page_inner {
position: relative;
margin: 0 auto;
padding: 0;
margin-left: 40px;
margin-right: 40px;
}
a, a:link, a:visited {
color: #e24221;
text-decoration: underline;
outline: none;
}
a:hover, a:active {
color: #ffffff;
text-decoration: none;
outline: none;
}