@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b6b6b6;
	background-image: "images/bg.png";
	background-color: #f8f8f8;
	background-repeat: repeat;
	margin: 0px;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #555555;
}
a:active {
	color: #777777;
}
img {
	border: 0px;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.container {
	min-height: 226px;
	min-width: 605px;
}
#title {
	margin: auto;
	width: auto;
	height: auto;
	text-align: center;
}
#content {
	margin: auto;
	width: 600px;
	height: auto;
}
#content-left {
	margin-right: auto;
	width: 300px;
	height: auto;
}
