body{
	background-color:#000000;
}

#bg{
	position:absolute;
	width:100%;
	height:3px;
	top:250px;
	background-image:url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: center;

}
