
body {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	background-color: black;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: white;
}

a:hover{
	text-decoration: underline;
}

#menu {
	text-align: center 
}

#mc {
	top: 120px;
	left: 180px;
	position: absolute;
}

#main {
	border: 1px dashed #505050;
	width: 620px;
	padding: 10px;
	margin-bottom: 10px;
}

#footer{
	padding: 5px;
	text-align: center 
}

.subinfo {
	padding-left: 20px;
}

.warning {
    text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: red;
}

h1 {

	text-align: center;
}

h2 {

	text-align: left;
}
