body
{
	background-color:#333;	
	
}

div#main
{
	width:960px;
	margin:auto;
	border:1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div#main img.avatar
{
	float:left;	
}

div#main_content
{
	background-color:white;
	width:500px;
	margin:auto;
	top:10px;
	position:absolute;
	z-index:100;
	margin-left:220px;
	text-align:center;
	padding: 5px 5px 5px 15px;
	border:1px solid #333;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#main_img
{
	top:0;
	positiob:absolute;
	  filter:alpha(opacity=60);
	  /* CSS3 standard */
	  opacity:0.6;
	
}
