a.maze_link {
	border-bottom: none;
}

a.pubs {
	color: #990033;
}

a.research {
	color: #ffc627;
}

a.people {
	color: #00a3e0;
}

a.links {
	color: #78be20;
}

a.courses {
	color: #ff7f32;
}

#maze_container {
    position: relative;
    width: 750px;
	height: 450px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, .98)), url('../img/flag.gif');
}

#maze_elmt {
	display: table-cell;
}

#page_title {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 0px;
	padding: 0px;
}

#home_link {
    position: absolute;
    top: 73px;
    left: 76px;
	visibility: hidden;
	border: 6px solid black;
	background-color: white;
	padding: 15px 25px 15px 25px;
}

#pubs_link {
	position: absolute;
	top: 130px;
	left: 233px;
}

#research_link {
	position: absolute;
	top: 90px;
	left: 421px;
}

#links_link {
	position: absolute;
	top: 170px;
	left: 491px;
}

#people_link {
	position: absolute;
	top: 260px;
	left: 391px;
}

#courses_link {
	position: absolute;
	top: 220px;
	left: 176px;
}

#maze_title {
    position: absolute;
    width: 750px;
    left: 0px;
    top: 7px;
    color: #777;
    font-weight: bold;
    text-align: center;
}

#movement_controls {
    position: absolute;
    top: 332px;
    left: 10px;
    border: 1px solid black;
    padding: 3px;
}

#maze_legend {
    position: absolute;
    top: 400px;
    left: 590px;
    text-align: left;
    border: 1px solid black;
    padding: 3px 10px 3px 10px;
}

div.maze_agent {
    position: absolute;
    top: 300px;
    left: 390px;
}
