	.box {
		width: 800px;
		height: 600px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -300px;
		margin-left: -400px;

		border: 1px solid #ff3000;
		background-color: #fff9f5;
		background: url('500x500.png') center center no-repeat;
	}
	.box h1 {
		text-align: center;
		width: auto;
		font-size: 80px;
		margin: 250px 0 0 0;
		font-family: Trebuchet MS, Arial, Verdana;
		font-weight: bold;
	}
	.box h2 {
		text-align: center;
		width: auto;
		font-size: 16px;
		margin: 210px 0 0 0;
		font-weight: normal;
		font-family: Verdana, Arial;
	}