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

.main {
	border: medium solid #FF9900;
	background-image: url(images/index_no_slices.jpg);
	background-repeat: no-repeat;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2D1600;
}


.big  {
	font-size:18px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	color: #FFCC00;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFF99;
}
