@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #999999;
	}
	
div#container {
	width: 780px;
	height: 601px;
	padding: 0;
    margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
    text-align: left;
	}
	
div#logo {
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	position: absolute;
}
	
div#logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

div#factoid {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 148px;
	top: 0px;
}
/******************************************* Picture for IE ***********************************************/
div#picture {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 630px;
	bottom: 451px;
}
/****************************** Picture for all other browsers ********************************************/
html>body #picture {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 630px;
	bottom: 452px;
}
/******************************************* NAV BAR for IE ***********************************************/

div#nav_bar {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 47px;
	bottom: 421px;
}

div#nav_bar ul {
	margin: 0;
	padding: 0;
	}

div#nav_bar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div#nav_bar a img {
	text-decoration: none;
	margin-left: 30px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
/***************************** NAV BAR for all other browsers *********************************************/

html>body #nav_bar {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 47px;
	bottom: 416px;
}

html>body #nav_bar ul {
	margin: 0;
	padding: 0;
	}

html>body #nav_bar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

html>body #nav_bar a img {
	text-decoration: none;
	margin-left: 30px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	

/*********************************************** BOTTOM ************************************************/

div#black_bar {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	bottom: 416px;
}

div#bottom {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	bottom: 1px;
}
