body {
	margin:0;
	padding:0;
	color: #000;
	font: 11px Arial,Tahoma,Helvetica,Sans-Serif;
	text-transform:uppercase;
	background: #cee319 url(background.jpg) top left repeat-x;
	text-align: left;
}
html,body{
	height:100%;
}
#container{
	width:78%;
	margin: 0 auto 0 auto;
	display:block;
	position:relative;
	left:0px;
	top:0px;
	padding:0px;
	min-height:100%;
	border-bottom:1px solid #cee319;
}
* html #container{
	height:100%;
}
#puzzle1{
	position:absolute;
	left:10%;
	top:76px;
	width:308px;
	height:452px;	
	background: url(puzzle1.jpg) no-repeat;
}
#puzzle2{
	position:absolute;
	left:10%;
	top:485px;
	width:308px;
	height:52px;
	background: url(puzzle2.jpg) no-repeat;
}
#info{
	position:absolute;
	right:5%;
	top:70px;
	width:281px;
	height:465px;
	background: url(info.jpg) no-repeat;
}
#footer{
	position:absolute;
	bottom:20px;
	left:10%;
	color:#b9760e;
}

