@import url("screen.css");

.search { display: none; }

#feeds { display: none; }

#left-block { display: none; }

#root
{
	width: 100%;
	margin: 0px auto 0 auto;
	padding-bottom: 0px; 
}

#header .menu
{
	margin: 0 auto;
	display:block;
	float:none;
	width:667px;
	height:28px;
	padding:10px 20px;
}

#main-block
{
	width:100%;
	 background-color: white; 
	 font-size: 12px;
	 font-weight: normal;
	border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
}

