/*
	Xem	= Npx/16
	
	Palette
	background	#fafafa
	main text	#000000
	etc
*/

/*
==============================
BASE
==============================
*/

html
	{	height	: 100%;font-size	: 100.01%;	}
html, body, form, fieldset
	{	margin	: 0;padding	: 0;	}
body, form, fieldset
	{	font	: 1em Arial, Verdana, Helvetica, sans-serif;	}
	
/* normalizes margins */
h1, h2, h3, h4, h5, h6, p, pre,blockquote
	{	margin	: 0;padding	: 0;	}
p
	{	margin-bottom	: 1em;	}
dd, blockquote
	{	margin-left: 1em;	}

/* misc */
fieldset, img
	{	border	: none;	}
input, select, textarea
	{	font-size	: 99%;font-family	: inherit;	}



/*
==============================
DOCUMENT SPECIFIC
==============================
*/


body	{
	color	: #fafafa;background-color	: #000;text-align	: left;line-height:1.4;min-width	: 760px;
	}
	
#main	{	background:#000;width	: 760px;margin	: 0 auto;color	: #fff;height	: 500px;overflow	: visible;	}
