/*
iwt-archive.css

David Abbott
IWroteThis.co.uk
27th March 2009

Special stylesheet for archive pages, which have a different logo
and may require a different layout as the site's main logo changes.
*/

body
{
	margin: 85px 100px 85px 100px;
  	background-image: url(./images/iwt-oscar-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}


