body {
	background-color: #fff;
	text-align: center;
}

a {
	color:white;
	text-decoration: underline;
}      

#container {
	position:absolute;
	top: 47%;
	left: 50%;
	width:1000px;
	height:580px;
	margin-top: -273px; 
	margin-left: -500px; 
	text-align: left;
}


#header {
	width: 1000px;
	
}
	
#title {
	padding-bottom: 2px;
	height: 46px;
	border-bottom: solid black 1px;
}

#menu {
	display: inline;
	overflow: scroll;
	white-space: nowrap;
	margin-left: 5px;
	cursor: pointer;
}

#content {
    white-space: nowrap;
}

div {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.screen,
div.graphics {
	height: 480px;
	position: absolute; 
	background-color: white;
	top: 92px; 
	left: 0px;
	width: 100%; 
}


div.screen {
	z-index: 2; 
}

div.graphics {
	z-index: 1;
}

div.screen div, 
div.graphics div {
	margin: auto;
	width: 1000px; 
}

div.graphics div.scroll-pane {
	border-top: 1px solid black;
}

div.screen div {
	overflow: hidden;
	border-top: 1px solid black;
}

div.graphics div {
	height: 382px;
	overflow-x:hidden;
	overflow-y:hidden;
}

div.graphics div div {
	height: 398px;
	overflow-x: hidden;
	overflow-y: hidden;
}


#hype div div {
	width: 2905px;
}
#pkg div div {
	width: 1820px;
	
}
#illo div div {
	width: 2588px;
}
#personal div div {
	width: 2181px;
}

#footer {
	width: 1000px;
	position: absolute;
	top: 540px;
	color: black;
 	font: italic 9pt Lucida, Arial, sans-serif;
 	text-align: right;
 	display: none;
 	z-index: 2;
}
 
#footer a {
	color: black;
	
}
