@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
	margin: 15px;	
}
#main {
	position: relative;
	background-image:url(background.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	text-align:left;
	margin: 0 auto 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}	
#logo {
	position: absolute;
	left: 64px;
	top: 30px;
}
#prpLogo {
	position: absolute;
	left: 18px;
	top: 441px;
}	
#nav {
	position: absolute;
	left: 0px;
	top: 177px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	padding: 0px 0px 0px 40px;
	margin-bottom: 1em;
	list-style: none;
	background-image:url(listImg.gif);
	background-repeat: no-repeat;
}		
#iframe {
	position: absolute;
	height: 340px;
	width: 565px;
	left: 191px;
	top: 172px;
}	
#copy {
	position: absolute;
	font-size: 10px;
	color: #000000;
	left: 551px;
	top: 564px;
}
