#news{
	font-family:"Garamond";
	font-size: 30 px;
	color:#ff00ff;
	font-weight:bold;
}
.top{
	background-color:#c0c0c0;
	float:right;
	width:1200px;
	height:100px;
	border:2px solid black;
	padding:30px;
	text-align:center;
}
.left{
	float:left;
	width:200px;
	height:800px;
	float:left;
	background-color:yellow;
}
.bottom{
	position:relative;
	bottom:200px;
	top:600px;
	
	width:1500px;
	height:200px;
	border:2px solid black;
	padding: 10px;
	background-color:#7fffd4;
	text-align:center;

}
.table{
	position:absolute;
    left: 400px;
	top:200px;
	bottom:600px;
	width:1000px;
	height:400px;
	padding:30px;
	text-align:center;
}
#italic{
	font-style:italic;
	color:#ff00ff;
}

#tab{
	border:5px solid;
	border-color:#ff0000;
}
#th{
	text-align:center;
	border:2px solid;
	border-color:#ff0000;
}
#img{
	width:200px;
	height:200px;
}
#center{
	position:absolute;
	margin-left:700px;}