@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#bg {
	background-image: url(index.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
	width: 960px;
	text-align: center;
	padding-bottom: 5px;
}
a {
	color: #F00;
	font-weight: bold;
}
a:hover {
	color: #333;
}
