/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 90%;
	z-index:3;
}
/* end hide */

body {
	font-family: Tahoma;
	font-size: 10px;
	color: #454545;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #232323;
}
a:link, a:active, a:visited {
	color: #454545;
	text-decoration: underline;
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
	background-color:#232323;
	z-index:5;
	padding:10px;
}

#rizn{
	position:absolute;
	bottom:0;
	right:0;
	background-color:#232323;
	z-index:6;
	padding:10px;
}
#menu{
  margin-top:60px;
}
#notice{
	background-color:#FFF537;
	padding:8px;
	border:1px solid #999;
	margin:5px;
	color:#000;
	position:absolute;
	width:98%;
	padding:0.5%;
	margin:0.5%;
	top:0;
	left:0;
}
#notice p {
	margin: 0px;
	padding: 0px;
}
#notice a{
	color:#666;
	text-decoration:none;
}
#notice a:hover{
	text-decoration:underline;
}
