@charset "utf-8";
/* CSS Document */
body {
	background-color: #E3E4E5;
}

.background	{
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
}
