body{
	background-color: #fff500;
	text-align: center;
	font: 16px Tahoma, Verdana;
}

#main{
	
	width: 766px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	/*float: auto;*/
}

#content{

	margin-left: auto;
	margin-right: auto;
	background-color: #4242bd;
	margin-top: 50px;
	padding: 15px;


}

#nod32{
	
	margin-left: auto;
	margin-right: auto;
	background-color: #4242bd;
	margin-top: 50px;
	padding: 15px;
	color: #FFF;
	font: 24px Tahoma, Verdana;

}

#tree{
	display: none;

}

a.link{
	font-size: 27px;
	text-shadow: #153E7E 3px 3px;
	color: #ddd;
	text-decoration: none;
	margin-bottom: 5px;
}

a.link:hover{
	font-size: 27px;
	text-shadow: #153E7E 3px 3px;
	color: #eee;
	text-decoration: none;
	margin-bottom: 5px;
}


a.pagetree{

	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;

}

a.pagetree:hover{

	font-size: 12px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;

}

