@CHARSET "ISO-8859-1";

body {
	background-color: black;
	margin: 0px;
}

a {
	text-decoration: none;
	outline:none;
	color: #003366;	
}
	
a:hover {
	text-decoration: underline;
	outline:none;
	color: #0066CC;	
}

#main {
	width: 900px;
	margin: auto;	
	height: 454px;
	background-image:url(images/mmtest.jpg);
	background-repeat: no-repeat;
	text-align:center;
}

#link {
	color: #003366;
	margin: auto;
	text-align:center;
	margin-top: -18px;
	font-family: Arial;
	height: 20px;	
	
}

#myspace {
	width: 56px;
	margin: auto;	
	height: 56px;
	text-align:center;
	margin-top: 15px;
}

