/* basic styling */

  body{ 
font-family: "MS gothic";
image-rendering: pixelated;
font-size: 12px;
background-attachment: fixed;
overflow-x: hidden;
}

/* containers and such */

#wrapping-paper{
position: relative;
width:300px;
left:300px;
padding-top:100px; 
}
