/* CSS Document */
*	{
	border:0;
	margin:0;
	padding:0;
}

/* text-align: center; will center the layout for IE5-Win and IE6-Win
running quirks mode (no DOCTYPE tag at beginning of document). */
body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}
#wrapper {
	position:absolute;
	height:600px;
	left:50%;
	margin:-302px 0 0 -475px;
	top:50%;
	width:955px;
}
#container {
	margin:auto;
	left:20px;
	top:15px;
	width:901px;
	height:586px;
	z-index:1;
	background-color: #f4f4f4;
}
#box {
	position: absolute;
	width:663px;
	height:371px;
	text-align:center;
	z-index:2;
	left: 144px;
	top: 106px;
}
/* Ends*/
