/* CSS Document */

#Frame {
	position:relative;
	width:769px;
	height:567px;
	z-index:1;
	left: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#FrameLevelTwo {
	position:relative;
	width:769px;
	height:578px;
	z-index:1;
	left: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}