body.main {
	background: #ACA292;
	font-family: helvetica, arial, sans-serif;
	color: #efefef;
	font-size: 12px;
}

body.frame {
	background: transparent;
	font-family: helvetica, arial, sans-serif;
	color: #efefef;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

img { border: 0px; }

div#container {
	margin: 40px auto;
	padding-top: 40px;
	padding-bottom: 120px;
	width: 720px;
	background: #ACA292 url(../images/background_big.jpg) no-repeat;
}

div#arrows {
	float: left;
	width: 200px;
	line-height: 20px;
	font-size: 20px;
}

div#links {
	background: transparent; 
	float: left;
	width: 400px;
	text-align: right;
	font-size: 10px;
	margin-left: 15px;
	margin-top: 150px;
	font-weight: bold;
}

div#links a, div#links  a:link, div#links a:visited {
	color: #fff;
	text-decoration: none;
}

div#links a:hover {
	text-decoration: none;
	background: transparent;
	color: #fff000;
}

a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

div#arrows a, div#arrows a:link, div#arrows a:visited {
	text-decoration: none;
	color: #fff;
}

div#arrows a:hover {
	text-decoration: none;
	background: transparent;
	color: #fff;
}

div#frame {
	margin-left: 32px;
	position: relative;
	float: left;
	width: 215px;
	top: -10px;
	text-decoration: none;
	color: #000000;
}