/* -------------------------------------------------------------------------
     Arkusz stylów CSS dla serwisu SAR - intro
		 (c) 2007, developed by Leszek Szamocki
     v.08.01b
   ------------------------------------------------------------------------- */
*
{ border: 0px none;	margin: 0px; padding: 0px;	}

html, body 
{	height: 100%; width: 100%; }

#intro, #belt
{	left: 50%; position: absolute; top: 50%; }

#belt
{	background: #589; border: 1px solid #7ab; border-width: 4px 0px; height: 200px; 
	left: 0px; margin-top: -100px; width: 100%; }

#intro
{ border: 1px solid #cdf; height: 400px; margin-left: -380px; margin-top: -200px; 
	width: 760px; }
