/* GENERAL STYLES */
/*=========================================================================== 

	written by julian@visuallizard.com
	
	body.css
	
	this stylesheet establishes the 
	specifics of the body tag.
	this is for screen
	display. 

	(c)2007 - visuallizard.com

===========================================================================*/


/*===========================================================================
    zero it all out (for browsers that get the universal selector)
===========================================================================*/

* {
	margin: 0;
	padding: 0;
}


body {
	background: #fff url("b/body_bg.jpg") top center repeat-x;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #6b6b6b;
	text-align: center;
}

/* EDITOR PROPERTIES */
