Change header

#header
{
line-height: 34px;
min-height: 34px;
padding-top: 0pt;
padding-right: 34px;
padding-bottom: 0pt;
padding-left: 34px;
background-image: url('http://www.mos-eisley.dk/image.jpg');
}
}

Change the overall font size

.body, p, td, table, tr, .bodytext, .stepfield
{
font-size: 8pt;
line-height: 1.3;
}

Change background

#page {
       background-image:url('http://fc07.deviantart.net/fs30/f/2008/150/4/3/Grey_ps3_OS_X_by_Jamesb23.jpg');
       background-repeat: repeat;
}

#main
{
background-image:url('http://www.mos-eisley.dk/download/attachments/4161541/gray.jpg');
background-repeat:repeat;
}

Removal of some div. elements on the recently-updated-dashboard macro

.recently-updated-concise h4.sub-heading
{
display:none;
}

.recently-updated-concise .update-item-desc, .recently-updated-concise .update-item-date, .recently-updated-concise .update-item-changes
{
display:none;
}

.more-link-container, .more-link-base 
{
display:none;
}