@charset "utf-8";
/* CSS Document */

body{
	background-image: url(bg.jpg);
	background-color: #020202;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}