/*page mean background color*/
body {	
	background-color: black;
}

/*index background display*/
div.star{
	width: 900px;
	height: 563Px;
	margin-top: 30px;
	background-image: url('/images/FoolZage_star.png');
	background-repeat: no-repeat;
}

div.nostar{
	width: 900px;
	height: 563Px;
	margin-top: 30px;
	background-image: url('/images/FoolZage_nostar.png');
	background-image: no-repeat;
}

/*mean background display*/
div.menu{
	width: 483px;
	height: 44px;
	position: relative;
	top:6px;
	left:-155px;
	background-image: url('/images/FoolZage_menu.png');
	background-repeat: no-repeat;
}

table.menu{
	position: relative;
	top:10px;
}

a.menu:link {
	color: #e0e0e0;
	font-family:sans-serif;
	font-size: 17px;
	text-decoration: none;
}

a.menu:visited{
	color: #e0e0e0;
	font-family:sans-serif;
	font-size: 17px;
	text-decoration: none;
}

a.menu:hover{
	color: #ffffff;
	font-family:sans-serif;
	font-size: 17px;
	text-decoration: none;
}

/*logo display*/
div.logos {
	width: 900px;
	height: 250px;
	margin-top: 30px;
	background-image: url(images/logos.png);
	background-repeat: no-repeat;
}

div.logons {
	width: 900px;
	height: 250px;
	margin-top: 30px;
	background-image: url(images/logons.png);
	background-repeat: no-repeat;
}

div.lmenu{
	width: 483px;
	height: 44px;
	position: relative;
	top:6px;
	left:-155px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}
div.foolzage{
	width: 876px;
	height: 194px;
}

/*news box display*/
div.news{
	position: relative;
	top: -180px;
	left: -180px;
	width: 365px;
	height: 268px;
	background-image: url('/images/FoolZage_news.png');
	background-repeat: no-repeat;
}

div.onews{
	position: relative;
	top:180px;
	left: -10px;
	width: 302px;
	height: 220px;
	background-image: url('/images/FoolZage_onews.png');
	background-image: no-repeat;
}
div.newstext{
	position: relative;
	top: 20px;
	width: 320px;
	height: 250px;
}
h2.newstext{
	color: #666666;
	font-family:sans-serif;
}
p.newstext{
	color: #666666;
	font-family:sans-serif;
	font-size: 17px;
}

/*body display*/
div.bgtop{
	width: 900px;
	height: 45px;
	margin-top: 25px;
	background-image: url('../images/bgtop.jpg');
	background-repeat: no-repeat;
}
div.bg{
	width: 900px;
	height: auto;
	text-decoration: none;
	background-image: url('../images/bbg.jpg'); 
	background-repeat: repeat-y;
}
div.center{
	color: #ffffff;
	width: 840px;
	height: auto;
	border: 1px solid black;
}
div.bgbot{
	width: 900px;
	height: 45px;
	background-image: url('../images/bgbot.jpg');
	background-repeat: no-repeat;
}

/*text display*/
h1.info{
	color: #ffffff;
	font-family:sans-serif;
}
p.info{
	color: #e0e0e0;
	font-family:sans-serif;
	font-size: 16px;
}

/*footer display*/
div.footer{
	color: #ffffff;
	position: relative;
	top: 10px;
	width: auto;
	height: 50px;
	font-family:sans-serif;
	text-decoration: none;
}

a.footer:link {
	color: #e0e0e0;
	font-family:sans-serif;
	text-decoration: none;
}

a.footer:visited{
	color: #e0e0e0;
	font-family:sans-serif;
	text-decoration: none;
}

a.footer:hover{
	color: #ffffff;
	font-family:sans-serif;
	text-decoration: none;
}

/*error display*/
div.error{
	width: 900px;
	height: 250px;
	margin-top: 30px;
	background-image: url('/images/logons.png');
	background-repeat: no-repeat;
}

h1.error{
	color: #ffffff;
	position: relative;
	top:20px;
	left: -280px;
}

p.error{
	color: #ffffff;
	position: relative;
	left: -300px;
}
