* {
    margin: 0;
}
html, body {
    height: 100%;
}
#container {

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
			font-family: Century Gothic, Arial;
			color:#666
}
#footer {
    height: 20px;
	background-color:#F26828;
					/* TYPOGRAFIE */
		font-family: Century Gothic, Arial;
		color: 				#FFF;
		text-align: 		center;
		font-size:			14px;
		text-decoration: 	none;
		font-weight:		normal;
		padding:30px;
}
#push {
    height: 80px;

}
#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}
#bg img {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}

