#index a {
	position: absolute;
    display: block;
    width: 117px;
    height: 50px;
    left: 630px;
    padding: 25px 0 0 25px;
    color: #41383C; text-decoration: none; font-size: 1.5em; font-weight: bold;
}
#index a:hover {
    color: #587795;
}
#rules a {
	position: absolute;
    display: block;
    width: 117px;
    height: 50px;
    left: 760px;
    padding: 25px 0 0 18px;
    color: #41383C; text-decoration: none; font-size: 1.5em; font-weight: bold;
}
#rules a:hover {    color: #587795;
}
#gallery a {
	position: absolute;
    display: block;
    width: 117px;
    height: 50px;
    left: 890px;
    padding: 25px 0 0 20px;
    color: #41383C; text-decoration: none; font-size: 1.5em; font-weight: bold;
}
#gallery a:hover {
    color: #587795;
}