@charset "utf-8";
/* 
	CSS Document 

	Created by Martin Rusak
	E-Mail: martin@rusakmedia.ca
	  
	You can do whatever you want with this layout,
	but it would be greatly appreciated if you linked 
	back to http://www.rusakmedia.ca
	  
*/


/* Layout Section */
body {
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		: 	12px;
	line-height		:	20px;
	color			: 	#666;
	padding			: 	0; 
	margin			: 	0;
	background		: 	url(../images/bg.png) repeat-x;
}

