@charset "ISO-8859-1";
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #3A4C68;
}
#container {
	margin: auto;
	height: 500px;
	width: 850px;
}
.info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
