body
	{
	background:url(../images/bg.jpg);
	}
	
#container 
	{
	position:absolute;
	margin-left:-400px;
	margin-top:-275px;
	width:800px;
	height:550px;
	z-index:1;
	top: 50%;
	left: 50%;
	background-color:#fff;
	border:2px solid #777777;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#cccccc;
	}

#image 
	{
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 237px;
	text-align:left;
	width:100%;
	height:288px;
	color:#fc6000;
	font-size:22px;
	background:url(../images/main.jpg) no-repeat;
	}

#details
	{
	width:730px;
	height:160px;
	margin:50px 35px 0px 35px;
	text-align:justify;
	color:#777;
	}



	



