/*
	IT AMBIT S.R.O.
	(c) revers, 2018.
	[itambit.css - Cascaded Style Sheet for main website]
*/

body
{
	/* width of 90%, centered, vary from 600px up to 2000px width */
	width:90%;
	margin:auto;
	min-width:600px;
	max-width:2000px;
	background: lightblue url("top1.jpg") no-repeat fixed center; 
	#border: 1px dotted black;#debug
}