a.y {
	width: 100px;
	height: 20px;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align: middle;
	padding-top: 4px;
}

a.y:hover {
    width: 100px;
    height: 20px;
    color: #FFFFFF;
    text-align:center;
    display:inline-block;
    text-decoration:none;
    background-color: #FF9900;
    background-repeat:no-repeat;
    }
	
	
#main {
	width: 1000px;
	background-color:#FFFFFF;
	text-align: left;
}

#footer {
	width: 1000px;
/*	align:	center;
	position:absolute;
	left:50%;
	margin-left:-500px; */
	background-color:#FFFFFF;
}