body {
	padding:5px 0 5px 0;
	background:#999 url(Images/metal043.jpg) repeat;
	color:#000;
}
#wrapper {
	position:relative;
	width:800px;
	height:auto;
	margin:5px auto 5px auto;
	padding:0;
	border:2px solid #000;
	border-radius:20px;
}
#header {
	width:800px;
	height:200px;
	background:#000;
	color:#fff;
	opacity:0.4;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
#logo .logo {
	position:absolute;
	top:15px;
	left:15px;
	z-index:100;
}
.msg {
	position:absolute;
	top:35px;
	left:250px;
	color:#fff;
	font-size:72px;
	z-index:101;
}
.nff {
	color:#000;
	font-size:72px;
    text-align: center;
    padding:35px 40px 5px 0px;

}
#menu {
	width:800px;
	height:30px;
	padding:5px 0 5px 0px;
	color:#f00;
	background-color:#000;
	text-align:left;
}
.menu ul {
	margin:0;
	padding:5px 0 5px 0;
	list-style-type:none;
	text-align:left;
}
.menu ul li {
	display:inline;
}
#menu ul li a {
	border-top:2px inset #999;
	border-bottom:2px inset #ccc;
	border-radius:30px;
	background:#000 url(Images/menu_background.gif) repeat-x;
	color:#fff;
	padding:0.2em 5em;
    margin-left: 23px;
	text-decoration:none;
	width:100%;
}
#menu ul li a:hover {
	background:#000 url(Images/menu_background3.png) repeat-x;
	color:#fff;
}
/*#left {
	width:198px;
	height:400px;
	float:left;
	clear:left;
	background-color:#fff;
	color:#000;
	border-right:2px solid #000;
} */
#mid {
	width:798px;
	height:100px;
    min-height: 500px;
	float:right;
	background-color:#fff;
	color:#000;
}
#footer {
	width:800px;
	height:50px;
	color:#fff;
	background:#000;
	clear:both;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
}
#cr {
	padding:15px;
}
