#maincontent { 
	margin-left: auto ;
	margin-right: auto ;
	width:1000px; 
	height:500px;
	border:1px solid #666666;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 2px 2px 2px #333333;
	-webkit-box-shadow: 2px 2px 2px #333333;
	-moz-box-shadow: 2px 2px 2px #333333;
	background: url(../bg/flower-in-the-morning-sun.jpg);
	background-position: bottom right;
}

#transbg {
	margin-left: auto ;
	margin-right: auto ;
	width:490px; 
	height:178px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: url(../images/transparent-bg.png);
}
