@charset "utf-8";

/************************************************************

	Usage:
  		CSS styles Shared across entire site

 ************************************************************/

	/* Body Styles */
	body { 
		font: normal 80%/1em Arial, Helvetica, sans-serif; 
		margin: 0 0 20px; 
		background: #83a1b8 url(../img/background.png) repeat-x top left; 
		color: #555;
		text-align: center; 
        min-width: 956px;
		}
