/* CSS Document */
                * {
                    margin: 0;
                    padding: 0;
                    border: 0;
                }
            
                html, body {
                    width: 100%;
                    height: 100%;
                    background-color: #612106;
					overflow: hidden;
                }
				
				object, embed {
                    height: 100%;
                    width: 100%;
				}
