html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: 0;
}

#topBar {
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	height: 47px;
	background-color: #BEC3D5;
	top: 50%;
	margin-top: -169px;
}

#bottomBar {
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	height: 47px;
	background-color: #BEC3D5;
	top: 50%;
	margin-top: 209px;
}

#content {
	position:absolute;
	z-index: 2;
	left: 50%;
	margin-left: -413px;
	height: 100%;
	width: 826px;
	background-color: #E8E8E8;
	border-right: 1px #4D4D4D solid;
	border-left: 1px #4D4D4D solid;
}

#topBar2 {
	position: absolute;
	z-index: 3;
	left: 50%;
	width: 826px;
	height: 47px;
	background-color: #BEC3D5;
	top: 50%;
	margin-left: -412px;
	margin-top: -169px;
	background-position: 65px 0px;
	background-repeat: no-repeat;
}

#bottomBar2 {
	position: absolute;
	z-index: 3;
	left: 50%;
	width: 826px;
	height: 47px;
	background-color: #BEC3D5;
	top: 50%;
	margin-left: -412px;
	margin-top: 209px;
	background-position: 454px 0px;
	background-repeat: no-repeat;
}

#link1, #link2 {
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 50%;
	margin-top: -36px;
	height: 156px;
	width: 377px;
	background-color: #BEC3D5;
}

#link1:hover, #link2:hover {
	background-color: #F5D8BB;
	cursor: pointer;
}

#link1 {
	margin-left: -412px;
}

#link2 {
	margin-left: 37px;
}

#link1 object, #link2 object, #link1 img, #link2 img  {
	position: absolute;
	left: 0px;
	top: 62px;
	cursor: pointer;
}

a, img, object { outline:none; }

#link1 span.shadow, #link2 span.shadow {
	position:absolute;
	left: 2px;
	top: 22px;
	z-index: 1;
	width: 100%;
	display: block;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px; 
	color: #CCC;
}

#link1 span.text, #link2 span.text {
	position:absolute;
	left: 0px;
	top: 20px;
	z-index: 2;
	width: 100%;
	display: block;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px; 
}

#link1 span.text a:link, #link1 span.text a:visited, #link1 span.text a:active, #link1 span.text a:hover, #link2 span.text a:link, #link2 span.text a:visited, #link2 span.text a:active, #link2 span.text a:hover { 
	color: #000;
	text-decoration: none;
}

#logo {
	position:absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin-left: -8px;
	margin-top: -239px;
}