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

#image {
	height: 755px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#bkg {
	background-attachment: fixed;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	background-position: center center;
}
body {
	margin: 0px;
	background-color: #000;
}
