@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, monospace;
	color: white;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/detroit_drinks.jpg);
	background-repeat: no-repeat;
	background-color: #222222;
}

#detroit {
	position: absolute;
	left: 475px;
	top: 305px;
	z-index: 10;
	font-family: "Courier New", Courier, monospace;
	color: black;
}

#detroit a {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: black;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 3px;
}

#detroit a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #663300;
}

.homepage_text {
	padding-left: 28px;
	padding-top: 8px;
}

.homepage_text a {
	color: #FFFF66;
	text-decoration: underline;
}

.staff_photos {
	margin-right: 8px;
}

.follow {
	position: absolute;
	left: 547px;
	top: 134px;
	height: 40px;
	z-index: 10;
	font-family: "Courier New", Courier, monospace;
	color: #663300;
	font-weight: bold;
}

.review {
	position: absolute;
	left: 330px;
	top: 24px;
	height: 40px;
	z-index: 10;
	font-family: "Courier New", Courier, monospace;
	color: #663300;
	font-weight: bold;
}
