/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	background-color: #000033;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
}

