@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, serif, verdana;
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.link a, .link a:link, .link a:visited {
	color: #666666;
	text-decoration: none;
}
.link a:hover {
	border: 1px dotted #D7D7D7;
}
#container {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	height: auto;
	border: 1px solid #DBDBDB;
}
#footer {
	margin-top:8px;
	line-height:1.1em;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	height: auto;
	color: #8B8B8B;
}

