
html, body {
    margin:0;
    padding:0;
    height:100%;
    background-color:#444444;
}

#break {
    position:absolute;
    width:455px;
    height:254px;
    top: 50%;
    left: 50%;
	margin-top: -127px;
    margin-left: -227px;
}