@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background-color:#111111;
}
#footer{
	width:auto;
	height:45px;
	background-image:url(img/footerbg_roop.jpg);
	background-repeat:repeat-x;
	background-position:top;
}