body
{
	background-color: #90c2e1;
	/*  background-color: #b9b9b9;  */
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #626262;
	margin: 0;
	padding: 0;
	text-align: center;
}

table, td
{
	font-size: 100%;
}

img
{
	border: 0px;
}

p
{
	margin: 0px;
	padding: 0px;
	display: block;
}

/* ======================
	SZKIELET
   ====================== */

.line
{
	width: 800px;	
	clear: both;			
}

#frame
{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 	
	overflow: hidden;		
}

#start
{
	width: 800px;
	height: 120px;
	background-image: url(../images/1.jpg);	
}

#l
{
	width: 592px;
	height: 154px;
	float: left;
	background-image: url(../images/2.jpg);	
}

#a
{
	width: 163px;
	height: 154px;
	float: left;	
	background-image: url(../images/3a.gif);	
}

#r
{
	width: 45px;
	height: 154px;
	float: right;	
	background-image: url(../images/4.jpg);	
}

#end
{
	width: 800px;
	height: 289px;
	clear: both;
	background-image: url(../images/5.jpg);	
}

