@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #000;
	margin: 0;
}
h1 {
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	position: absolute;
	top: 190px;
	font-size: 50px;
	left: 20px;
}
p {
	font-size: 25px;
	margin: 0;
}
ul {
	list-style-type: none;
	margin-left: -40px;
	margin-top: -2px;
	display: none;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color:#CCC;
}
a:hover {
	color:#6E8188;
}
a:active {
	color:#FFF;
}
#m5:hover ul, #m5:focus ul {
	display:block;
}
#coll {
	margin-left: -5px;
}
#main {
	background-image: url(../Images/Background.png);
	width: 700px;
	height: 700px;
	background-repeat: no-repeat;
	position: relative;
}
div div {
	position: absolute;
	left: 0px;
	width: 150px;
}
#m1 {
	left: 450px;
	top: 50px;
}
#m1 p a:link, #m1 p a:visited {
	color: #F00;
	text-decoration: blink;
}
#m1 p a:hover, #m1 p a:focus {
	color:#CFF;
}
#m2 {
	left: 480px;
	top: 120px;
}
#m3 {
	left: 500px;
	top: 200px;
}
#m4 {
	left: 500px;
	top: 280px;
}
#m5 {
	left: 480px;
	top: 360px;
}
#m6 {
	left: 450px;
	top: 440px;
}
#m7 {
	left: 340px;
	top: 500px;
}
#m8 {
	left: 210px;
	top: 530px;
}
