/* Construction */

html, body {
	color: #000;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #fff;
	margin: 0;
	}

#box {
	width: 800px;
	height: 750px;
	background: url("images/home.jpg") no-repeat;
	margin: 0 auto;
	
