﻿* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
  background-color: #666666;
}

#page {
	width: 904px;
	height: 590px;
	margin: 30px auto;
  background-color: White;
}

#content {
	height: 521px;
	position: relative;
}

.imgHoverable {
  cursor: pointer;
}

/************ CONTENT **************/
#aLogo {
	position: absolute;
	top: 22px;
	left: 60px;
}
#aHome {
	position: absolute;
	top: 16px;
	right: 55px;
}





/************ BOTTOM **************/
#bottom {
	height: 69px;
	background-color: Black;
	line-height: 69px;
	text-align: center;
	color: White;
}
#bottom a {
	color: White;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}

#bottom strong {
	font-weight: normal;
	color: Red;
	display: inline-block;
	margin: 0 5px;
}
