/* 
	Ben Pearson	
	ben@sturdybubbles.com
	http://sturdybubbles.com
*/

* 			{margin:0; padding:0;}
html 		{overflow-y:scroll;}
html, body 	{height:100%;} /* Gives the "body" the same height as the viewport. Used to stick footer to bottom of viewport. */
ul 			{list-style:none inside;}
a			{outline:none; text-decoration:none;}
a img 		{border:none;}
img 		{border-style:none;}
table		{border-collapse:collapse;}

/* img		{display:block;} /* IE6 and below bug fix for gaps between images */