@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-position:bottom;
	
}
#divbg{
	background-image:url(../bg.jpg);
	height:550px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
