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

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #a79e77;
}

body {
	background-color: #000;
	background-image: url(../imgs/bg.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat: no-repeat;
	margin: 0px auto;
}
