@charset "utf-8";
/* CSS Document */

*html {
	background:black;
	margin:0;
	padding:0;
}
body {
	background:black;
	margin:0;
	padding:0;
}
img {
	margin:0;
	padding:0;
	border:none;
}
#bigbox {
	width:900px;
	margin:50px auto;
	text-align:center;
}
.moj_g {
	width:520px;
	margin:20px auto;
}
#topimg {
	width:500px;
	margin:0 auto 50px;
}
#topimg:after {
	clear:both;
	content:"";
	height:0;
	visibility:hidden;
	display:block;
}
#mmimg {
	float:left;
	width:210px;
}
/* a#mmlink {
	display:block;
	width:210px;
	height:410px;
	background:url(img/mm_on.jpg) no-repeat;
	padding:0;
	margin:0;
}
a:hover#mmlink {
	text-indent:-9999px;
}*/
/*p.enter {
	color:white;
}
p.enter a {
	color:white;
	font-weight:bold;
}
p.enter a:hover {
	color:white;
	font-weight:normal;
}*/
#hsimg {
	float:right;
	width:210px;
}
#exit {
	font-size:1.5em;
	color:white;
	display:block;
	width:210px;
	margin:50px auto;
}
#exit a {
	color:white;
}


/* font */
.moj_g p {
	color:#CCC;
	font-size:0.9em;
	line-height:1.3em;
}

