* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
body {
	font-family: times new roman;
	font-style: italic;
	font-size: 12px;
}
h1 {
	padding: 5px;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	position:fixed;
	right:15px;
	text-align:right;
	top:15px;
	letter-spacing:2px;
}
h1:hover {
	background: blue;
}

h1 a {
	color:#fff;
}
#copyright {
	position:fixed;
	font-size:9px;
	bottom:0;
	right:0;
}
.clear {
	clear: both;
}
.spacer10 {
	padding-bottom: 10px;
}

#center {
	position: fixed;
	top:50%;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#menuBG {
	position: absolute;
	left: 50%;
	margin-left: -230px;
	top: -230px;
	
	background:url(imgz/menuBG.png) center no-repeat;
	width:462px;
	height:462px;
}
#menu {
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: -212px;

	width: 450px;
	height: 425px;
}
#RPvid {
	border: 6px groove red;

	position: absolute;
	left: 50%;
	margin-left: -427px;
	top: -240px;

	width: 854px;
	height: 480px;
}
#menu a {
	display: block;
	width:150px;
	margin: 0 auto 40px auto;
}
#menu .mid {
	float: left;
}

.projectdisplay {
	overflow-y: auto;
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}
.projectcontent {
	overflow-y: auto;
	height: 100%;
	z-index: 99;
}
#project1 {
	
}
#project2 {
	
}
#project3 {
	
}
#project4 {
	
}
#project5 {
	
}
.close {
	background: gold;
	border: 2px groove gold;
	padding: 5px;
	cursor: pointer;
	color: #fff;
	position: fixed;
	top:20px;
	left:175px;
	z-index: 101;
}
.close a {
	text-decoration: none;
}
#projectinfo {
	background:url(imgz/transpix.png);
	color:white;
	left:10px;
	position:fixed;
	top:10px;
	width:200px;
	z-index:100;
}
#projectinfo a {
	color: aqua;
}
