@charset "utf-8";
/* CSS Document */

html, body  {
    background-image: url(../images/bg_alu_512x256.gif);
	background-position: top center;
	background-color: #ABA9AA;
    background-repeat: repeat;
    background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #000000;
    border:0;
    cursor: default;
}
div#center {
	position:absolute;
	height:507px;
	width:507px;
	margin:-253px 0px 0px -253px;
	top: 50%;
	left: 50%;
	background-image: url(../images/logo_msh.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-style: italic;
}
a:hover {
	color:#666666;
	text-decoration:none;
	border-bottom:1px dotted #666666;
	font-weight:normal;
}
