body		{
	background: #ff9900 url(bg_gradient.png) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 10pt;
		}
a		{
	text-decoration: none;
	color: #ffff33;
	font-weight: bold;
	font-size: 12pt;
		}
#rabbit		{
	text-align: center;
		}
#enter 		{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(menu_button.png) no-repeat;
	width: 200px;
	height: 50px;
	margin-top: -100px;
	padding-top: 5px;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
		}
