body, html { 		margin: 0;
				padding: 0;
}

div.container {		position: absolute;
				width: 950px;
				height: 576px;
				left: 50%;
				top: 50%;		
				margin-left: -475px;
				margin-top: -288px;
				border: 5px #d1c8a4 solid;
				background: url(images/containerbkg.gif) #fff top left no-repeat;				
}

div.container2 {		position: absolute;
				width: 950px;
				height: 576px;
				left: 50%;
				top: 50%;		
				margin-left: -475px;
				margin-top: -288px;
				border: 5px #d1c8a4 solid;
				background: url(images/containerbkg2.jpg) top left no-repeat;				
}

div.container_scrap {	position: absolute;
				width: 950px;
				height: 576px;
				left: 50%;
				top: 50%;		
				margin-left: -475px;
				margin-top: -300px;
				border: 0px #d1c8a4 solid;
				/*background-color: #fff;				*/
}

div.nav {			float: left;
				width: 950px;
				height: 110px;
				border: 0px #999 solid;
				clear:both;
}

div.footer {		position: relative;				
				width: 948px;
				height: 60px;
				margin-top: 596px !important; 
				margin-top: 10px;
				border: 0px #d1c8a4 solid;
				background-color: transparent;				
}

div.main {			float: left;
				width: 950px;
				height: 466px;
				border: 0px #999 solid;
				clear:both;
}

div.main_scrap {		float: left;
				width: 950px;
				height: 576px;
				border: 5px #d1c8a4 solid;
				clear:both;
}







				




