﻿/* Układ strony - centrowanie */

* {
	margin:0px;
	padding:0px;
}

html {
/* mac hide \*/
	height:100%;
	width:100%;
/* end hide */
}

body {
/* mac hide \*/
	height:100%;
	width:100%;
/* end hide */
	}

#inner {
	width: 682px;
	height: 580px;
	text-align: center;
	position:absolute!important;
	top:50%;
	left:50%;
	margin-left:-341px;
	margin-top:-290px;
	}