/* CSS Document */

body {
background: rgb(56,56,56) url(bg.png) repeat-x 0 0;
padding: 0px;
margin: 0px;
}
.master {
position: relative;
width: 775px;
height: 601px;
margin: 50px auto 0px auto;
border: solid 2px rgb(140,0,0);
}
.copy {
postion: relative;
width: 775px;
font: normal 10px Arial, Helvetica, sans-serif;
color: rgb(200,200,200);
text-align: center;
margin: 10px auto;
}
.copy a {color: rgb(200,200,200); text-decoration: none;}
.copy a:hover {text-decoration: underline;}

