* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body{
	background: #000;
	font: normal 12px arial;
	color: #000;
	text-align:center;
	min-height:704px;/* for good browsers*/
	min-width:954px;/* for good browsers*/	
}


#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;

}

#main{
	text-align:center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height:704px;
}

#inner{
	background: url(img/bg2.jpg);
	width: 954px;
	height: 704px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;

}

#left {
	position: relative;
	width: 365px;
	height:704px;
	float:left;
	margin-top:0;
}
#left img{
	position:absolute;
	bottom:0;
	left:0;
}

#right {
	width:525px;
	height:380px;
	float:left;
	margin-top:20px;	
	text-align:left;
}	
#right object{
	margin-bottom: 122px
}

#scrl{
	height: 380px;
}
#scrl img{
	border:solid 1px #000;
}
#scrl p.strony{
	text-align: center;
	width: 490px;
	padding: 10px 0;
}
#scrl p.strony a{
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}
#scrl p.strony a:hover{
	color:#fff;
}