/* CSS Basic */

body {
	background:url(../images/bg.jpg) repeat top left;
	background-color: #303030;
	margin: 0px;
	padding: 0px;
}

#repairkit {
	clear: both;
	float: none;
}

#hidden,
.hidden {
	display: none;
	visibility: hidden;
}

#shadowleft {
	background:url(../images/shadow_left.png) repeat-y top left;
	width: 19px;
}

#shadowright {
	background:url(../images/shadow_right.png) repeat-y top left;
	width: 19px;
}
