html, body {
	color: #FFFFFF;
	margin:0;
	padding:0;
	border:none;
	background-color: #778669;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#container {
	margin-left:auto;
  	margin-right:auto;
  	position:relative;
  	width:689px;
	top:95px;
}

#logobox {
	width:689px;
	height:90px;
	background: url(images/logo_stripe.gif) no-repeat 0 bottom;
}

#newsbox {
	width:689px;
	height:387px;
	color: #FFFFFF;
	border:none;
	background-image: url(images/newsbox.gif);
	background-repeat: no-repeat;
}

#enter {
	position:relative;
	width:180px;
	height:36px;
	top:28px;
	left:182px;
	margin:0;
	padding:0;
}

#textbox {
	position:relative;
	margin:0;
	padding:0;
	left:280px;
	top:50px;
	width: 404px;
	height: 251px;
	overflow: auto;
}

#textbox p {
	margin:0 0 10px 0;
	padding:0;
}

#footer {
	margin:0;
	padding:0;
	color: #bac293;
	text-align: right;
}

#footer a {
	text-decoration: none;
	color: #bac293;
	border-bottom: 1px dotted #bac293;
}
#footer a:hover {
	text-decoration: none;
	color: #E3EDB2;
	border-bottom: 1px dotted #E3EDB2;
}