﻿div.box
{
	padding:10px;
}

div#top
{
	width:1000px;
	height:140px;
	background-image:url(img/top.jpg);
}
div#topMenu
{
	width:1000px;
	height:60px;
	background-image:url(img/menu_top.jpg);
}

div#content, div#menu /* ie compatibility for background */
{
	background-image:url(img/bg_menu.jpg) repeat-y;
}
div#menu
{
	float:left;
	width:201px;
}
	div.categoryNameCategories,
	div.categoryNameMenu,
	div.categoryNameLogin,
	div.categoryNameTags,
	div.categoryNamePartners
	{
		width:201px;
		height:40px;
	}
	div.categoryNameCategories
	{
		background-image:url(img/txt/kategorie.jpg);
	}
	div.categoryNameMenu,
	div.categoryNameLogin,
	div.categoryNameTags,
	div.categoryNamePartners
	{
		background-image:url(img/txt/menu.jpg);
	}

div#body
{
	float:left;
	width:799px;
	background:url(img/bg_center.jpg) repeat-y;
}
	div#ad
	{
		width:729px;
		padding:35px 35px 21px 35px;
		background:url(img/reklama_bg.jpg) #ffffff no-repeat;
	}
		div#ad img
		{
			width:729px;
			height:100px;
		}
	
	div#filmListCenter, div#filmListSide
	{
		float:left;
	}
		div#filmListCenter
		{
			width:467px;
		}
			div.pager
			{
				padding:10px;
				background:url(img/najnowsze_bg.jpg) no-repeat;
				text-align:center;
			}
		
		div#filmListSide
		{
			width:332px;
		}
		
		div.newestFilmsName
		{
			width:467px;
			height:75px;
			background:url(img/najnowsze.jpg) no-repeat;
		}
		div.sideFilmsName
		{
			width:332px;
			height:40px;
			background:url(img/bg_najpopularniejsze.jpg) no-repeat;
		}
		
		div#filmListCenter div.filmPresentation, div#filmListCenter div.comment
		{
			width:427px;
			padding:10px 20px;
			background:url(img/najnowsze_bg.jpg) no-repeat;
		}
		div#filmListCenter div.filmPresentation
		{
			height:145px;
		}

div#footer
{
	clear:left;
	width:1000px;
	height:82px;
	background-image:url(img/footer.jpg);
}
	div#footerMenu
	{
		padding:32px 0px 0px 32px;
	}
	div#footerMenu p
	{
		color:#ffffff;
		font-weight:bold;
	}
	div#footerCopyright p
	{
		position:relative;
		top:5px;
		left:750px;
		width:150px;
	}

div#impressiveworks
{
	float:right;
	padding:10px 20px;
}