@charset "utf-8";
/* www.GNSLK.com */

*{
	background-color:#000;
	margin:0px auto;
	color:#CCC;
	font-size:15px !important;
	font-family: 'Nobile', Segoe UI, Tahoma, Geneva, sans-serif, "Malithi Web";
}
a{
	text-decoration:none;
	color:#FFF;
}
#head-container{
	background:none;
	width:1000px;
	padding-bottom:5%;
}
#headside1{
	background:url(images/headside1.jpg) no-repeat left top;
	width:400px;
	height:71px;
	float:left;
}
#headside2{
	background:url(images/headside2.jpg) no-repeat left top;
	width:400px;
	height:71px;
	float:left;
}
#body-cont{
	background:url(images/body-bg.jpg) no-repeat center;
	height:auto;
	width:870px;
}
#body-box{
	width:250px;
	float:left;
	padding:0px 20px;
	background:none;
}
#body-box *{
		background:none !important;
}
#footer-c{
	padding-top:100px;
	width:100%;
	bottom:0px;
	background:none;
}
#footer{
	background:url(images/footerbg.jpg) repeat-x bottom;
	height:30px;
	width:900px;
	margin-top:0 auto;
	bottom:0px;
}
#footer div{
	float:left;
	background:none;
}
#flist{
	list-style:none;
	background:none;
	padding-top:4px;
}
#flist li{
	list-style-type:none;
	text-align:center;
	width:60px;
	float:left;
	background:url(images/ftr.png);
	margin:0px 4px;
	padding:2px 5px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
#flist li:hover{
	background-color:#f00;
}
#flist a{
	background:none;
	width:100%;
	height:100%;
}


