﻿	
	#container{
		/*margin:20px auto 0 auto;
		background:url(/images/innershadow.jpg) no-repeat #fff;
		width:932px;
		height:575px;*/
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -475px; 
		/* Half the width of the DIV tag which is 50 pixels */
		margin-top: -300px; 
		background:#fff;
		border:1px #999999 solid;
		width:950px;
		height:600px;
		
	}
