body {
	/*background-color: #000;
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;*/
	background: #000 url("../img/bg.png") no-repeat fixed center center;
}