/*
@@@@@@@@@@@@@@@@@@@@@@
PAGE
@@@@@@@@@@@@@@@@@@@@@@

	about				main body setup of the webpage
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	fonts
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ imported fonts
		..........................................................................*/
		
/*			@font-face{font-family: 'CenturyGothic'; src: url('fonts/CenturyGothic.eot'); src: local('☺'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#webfontwziKDzLz') format('svg'); font-weight:normal; font-style:normal;}
*/
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	body & html settings
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ html
		..........................................................................*/
			
			/*background*/
			html{}
	
		/*+ body
		..........................................................................*/
		
			/*background*/
			body{background:repeat-x top left; }
			body.noBackground{background:none; }
		
			/*font family*/
			body{font-family:Arial, sans-serif; }
			
			/*color*/
			body{color:#09192f;}
	
			/*size & line-height*/
			body{font-size:12px; line-height:1.4; }
	


