@charset "utf-8";
/* CSS Document */

body{
	background:#000;
	background-image:url(bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#content{
	margin-top:0px;
}