* {padding: 0; margin: 0;}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #141414;
	background: url("background.png") repeat;
}

#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("logo.png");
	width: 180px;
	height: 180px;
}

#text {
	position: absolute;
	top: 200px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("text.png") no-repeat;
	width: 176px;
	height: 40px;
}