body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #202020;
	color: #bbb;
}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

a {
	outline: none;
}

/*content*/

#container {
	position: relative;
	z-index: 900;
	width: 472px;
	margin: 2px 0 0 70px;
	padding: 0px;
	/*background: url(../images/bg_slider.png) no-repeat;*/
}

/*big menu*/

#kwick {
	position: relative;
	border: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 8px 0 8px 0;
	background: #212121;
}

#kwick .kwicks {
	display: block;
	background: #009900;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

#kwick li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 50px;
	width: 132px;
	padding: 10px;
	background: #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .basket {
	background: url(../images/sl_basket.jpg);
	border-right: 5px solid #FD7A1F;
}

#kwick .tennis {
	background: url(../images/sl_tennis.jpg);
	border-right: 5px solid #EED339;
}

#kwick .game {
	background: url(../images/sl_game.jpg);
	border-right: 5px solid #009900;
}
