body {
	background:url(../images/placeholder_bg.png);
	background-repeat:repeat-x;
	background-color:#efeeee;
	padding: 0;
	margin: 0;
}
#notice {
    box-sizing: border-box;
    display: inline-table;
    height: 400px;
    left: 50vw;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    position: absolute;
    top: 50vh;
    width: 404px;
}
