@import url("base.css");

body{background:url(../img/bg_index.jpg) no-repeat center top !important;}

#news{
	width:640px;
	height:200px;
	float:left;
	display:inline;
/*	overflow-x:hidden;
	overflow-y:scroll;*/
	overflow:auto;
	margin-bottom:50px;
}

#news table{
	font-size: 12px;
	width: 600px;
	margin-bottom: 20px;
}

#news table th{
	width: 90px;
	vertical-align:top;

}
#news table td{
	width:510px !important;
	text-align: left;
	vertical-align:top;
}



.newsimg{
	padding: 4px 0px;
	margin-right:5px;
	vertical-align: middle;
}



#news table td span{color:#FF3366;}

#magazine{
	width:640px;
	float:left;
	display:inline;
	margin:10px 0px 30px;
}

#magazine img{margin-left:33px;}