div.frame{
	margin-bottom:15px;
}
div.framme{
	background-color:#555;
	background-image:url(wib_files/ban_bg.jpg);
}
#name{
	background-image:url(wib_files/wib_banner.jpg);
	width:550px;
	height:75px;
}
body{
	background-color:#FFF;
	background-image:url(wib_files/fade.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	padding-bottom:15px;
}
h1{
	font-size:36px;
	font-family:"Comic Sans MS";
	text-align:center;
	margin:0px;
}
#menu{
	margin:auto;
	text-align:center;
	border-width:3px;
	border-style:outset;
	border-color:#FFF;
	padding:4px 0px 4px 0px;
	background-color:#000;
	width:593px;
}
#menu a{
	display:inline;
	text-align:center;
	padding:0px 8px 0px 8px;
	background-color:#000;
	border-width:3px;
	border-style:inset;
	border-color:#FFF;
	font-family:"Comic Sans MS";
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	margin:0px;
}
#menu a:hover, #menu a.hovered, #menu a:active{
	background-color:#FFF;
	color:#000;
}
#rap{
	margin-top:15px;
}