	
	body, html
	{
		text-align: center;
		background-color: #FFFFFF;
		vertical-align: top;
		font-family: Arial;
		/*font-size: 12px;*/
		font-size: 100%;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		color: #919191;
		background-image: url('./img/bg.jpg');
		background-position: 50% 0px;
		background-repeat: no-repeat;
		text-align: center;
	}
	
	#topBox
	{
		display: block;
		height: 255px;
		margin: 0px;
		padding: 0px;
		margin-bottom: 40px;
	}
	
	#topHeightBox
	{
		display: block;
		height: 150px;
		text-decoration: underline;
		margin: 0px;
		padding: 0px;
	}
	
	a.mainLink
	{
		color: #FFBC45;
		font-size: 120%;
		font-family: Arial;
		margin: 0px;
		display: block;
		height: 100%;
		width: 100%;
		text-decoration: none;
		padding: 0px;
	}
	
	#theLink
	{
		text-decoration: underline;
		font-weight: bold;
	}
	
	a.mainLink p.mainText
	{
		font-size: 75%;
		font-weight: thin;
		display: block;
		color: #919191;
		text-decoration: none;
	}
	
	#mainText
	{
		font-weight: thin;
		text-decoration: none;
	}
	
	a.mainLink:hover
	{
		color: #C9C9C9;
	}
	
	div.officialLink
	{
		margin: 0 auto;
		display: block;
		width: 240px;
		padding: 0px;
	}
		
	div.officialLink a
	{
		overflow: hidden;
		text-indent: -2000px;
		background-image: url(./img/oficialni-web-peg-perego.jpg);
		background-repeat: no-repeat;
		display: block;
		width: 240px;
		height: 31px;
	}
	
	div.officialLink a:hover
	{
		background-image: url(./img/oficialni-web-peg-perego-on.jpg);
	}
	
	p.officialLinkComment
	{
		margin: 0px;
		font-size: 80%;
		margin-bottom: 20px;
		color: #C9C9C9;
	}
	
	div.guidepost
	{
		vertical-align: bottom;
		padding: 0px;
		width: 680px;
		display: block;
		margin: 0px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	div.guidepost a
	{
		overflow: hidden;
		/*text-indent: -2000px;*/
		background-repeat: no-repeat;
		display: block;
		/*float: left;*/
		margin: 0px;
		margin-bottom: 10px;
	}
	
	#widthBox
	{
		display: block;
		width: 55px;
		float: left;
	}
	
	#kocarky
	{
		background-image: url(./img/kocarky-peg-perego.jpg);
		width: 262px;
		height: 67px;
		margin-right: 42px;
	}
	
	#kocarky:hover
	{
		background-image: url(./img/kocarky-peg-perego-on.jpg);
	}
	
	#vozitka
	{
		background-image: url(./img/vozitka-peg-perego.jpg);
		width: 306px;
		height: 62px;
		margin-top: 8px;
	}
	
	#vozitka:hover
	{
		background-image: url(./img/vozitka-peg-perego-on.jpg);
	}
	
	div.footer
	{
		font-size: 70%;
		color: #C9C9C9;
	}
	
	div.footer a
	{
		color: #C9C9C9;
		text-decoration: none;
	}
	
	div.footer a:hover
	{
		color: #DC931A; 
		text-decoration: underline;
	}
	
	#svitok
	{
		margin-right: 20px;
	}
	
	.clear
	{
		clear: both;
		height: 1px;
		width: 0px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		margin-top: -1px;
		font-size: 0px;
		line-height: 0px;
	}

