body {
	background-image: url(image/back.jpg);
	background-color: #FFF;
	background-attachment:fixed;
	background-position: top center;
	background-repeat: repeat-x;
}

body,td,th {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#background {
	background-image: url(image/back_image.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:fixed;
	height:100%;
}

#header {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link {
	color: #ffeb01;
}
a:visited {
	color: #ffeb01;
}
a:hover {
	color: #ffeb01;
}
a:active {
	color: #ffeb01;
}
	