/* CSS Document */
html {
    background: #fff;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(bottom, #fdfdfd 0%, #dbdcdc 100%) fixed;
    background: -moz-linear-gradient(bottom, #fdfdfd 0%, #dbdcdc 100%) fixed;
    background: -ms-linear-gradient(bottom, #fdfdfd 0%, #dbdcdc 100%) fixed;
    background: -o-linear-gradient(bottom, #fdfdfd 0%, #dbdcdc 100%) fixed;
    background: linear-gradient(to bottom, #fdfdfd 0%, #dbdcdc 100%) fixed;
}

#kontener {
	width: 863px;
	height: 562px;
	position: absolute;
	left:50%;
	top:50%;
	margin:-310px 0 0 -439px;
}

