DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

body, html {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	background:#000000;
}

img {
	display:block;
}

#outer {
	height:100%;
	width:100%;
}

#content-container {
	width: 261px;
	height:268px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#content {
	position: absolute;
	left: -130px;
	top: -134px;
}