body{
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana,Helvetica;
	font-size:10px;
	color: #999;
	background: #FFF;
}
img{
	border: none;
}
#home{
    width: 530px;
    height: 470px;
    position: absolute;
    left: 50%;
    margin-left: -265px;
}
#links{
    position: absolute;
    display: block;
    top: 470px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    height: 40px;
    background: #fdfcf0;
    text-align: center;
    padding: 25px 0 0 0;
}
a{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
a:hover{
    color: #d2c44f;
}
#copyright a{
    color: #D0D0D0;
    font-weight: normal;
    font-size: 12px;
}
#copyright{
    position: absolute;
    top: 560px;
    left: 50%;
    margin-left: -200px;
}
#copyright a:hover{
    color: #909090;
}