@charset "utf-8";
/* CSS Document */

#container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
body {
	margin-top: 20px;
	background-color: #546D1C;
}
.gs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.gs a {
	color: #FFF;
	text-decoration: none;
}

