html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #d6d5d4;
}
.main_div{
	height: 100%;
	width: 100%;
}
.main_table{
	height: 100%;
	width: 100%;
}
.center_table{
	height: 316px;
	width: 100%;
	background: url(../images/center_bg2.jpg) repeat-x;
}
#center_image{
	background: url(../images/center_image2.jpg) no-repeat;
	height: 316px;
	width: 604px;
}
#links{
   margin-left: 500px;
}
#links img{
	border: none;
}
#text_desc{
	width: 100%;
}
#text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 10px;
	color: #7e7777;
}