@charset "utf-8";

demoncss {
	background-color: #000000;
}

body, h1, h2, h3, h4, h5, h6, p, div, ul, li  {
	margin:0;
	padding:0;
}

#DivWrapper  {
	width:700px;
	margin:20px auto;
}

#divHeader {
	width::700px;
	background-image:rul(demon-green.gif);
	text-align:center;
}

#divHeader img  {
	padding-top:20px;
	padding-bottom:20px;
}

#divLinks  {
	width:700px;
	background:#000;
}

#divNav   {
	width:495px;
	background:#000;
	height:36px;
	margin:0 auto;
}
	
#divNav	ul	{
	list-style-type:none;
}
	
#divNav ul li	{
	float:left;
}

#divNav ul li a	  {
	display:block;
	height:20px;
	line-height::20px;
	background:#009900;
	width:80px;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin:7px;

	/*border radius*/
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #666;
		
	/*Gradients*/
	background:-moz-linear-gradient(top, #009900, #666);
	background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#009900));
} 

#divNav ul li a:hover 	{
	background:-moz-linear-gradient(top, #666, #009900);
	background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#009900));
}




















