html, body, object {
    width: 100%;
    height: 100%;
}

html, body {
	overflow:hidden;
}

p {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
}

.flash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#like-button {
    position: absolute;
    bottom: 23px;
    left: 24px;
    margin: 0;
}

.fb-like {
    margin: 0;
}

.fb-like.fb_edge_widget_with_comment.fb_iframe_widget span iframe {
    bottom:0!important;
}