/*	-------------------------------------------------------------
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles for screen
	Filename:		screen.css
	Author:			interajans.com
	Version:		1.7
	Date:			March 30, 2006
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background-color: #80B0D8;
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat;
	margin:0px;
	}
