@charset "UTF-8";
body {
	font: 16px "Lucida Grande", Lucidia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
/*	background: #000000;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
/*	color: #000000; */
	background: #FFFF66 url(img/bg.jpg) center repeat-y;
	color: #FFF94A;
}

a {
color:#cc0000;
	font-weight: bold;
	color: #fff1ee;
	text-decoration: none;
}

a:hover {
color:#cc0000;
text-decoration:none;
}

img
{  border-style: none;
}

a.sidelink {
	text-align: center;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	text-decoration: none;
}