@charset "utf-8";
html,body	{	height:100%;}
body	{
	background:#000 url(../i/site-background.png) top repeat-x;
	color:#fff;
	}
/** main bit **/
#main	{
	width:100%;height:100%;
	color:#000;
	background:transparent url(../i/main-background.png) top no-repeat;
	}
