@import "../style.css";

#main {
	background-image: url(images/bgr-tourdates.jpg);
	background-repeat: no-repeat;
}

#tour {
	width:100%;
	padding: 0px;
}

#tour th {
	color : Black;
	background-color: Silver;
}

#tour td {
	border-bottom: 1px solid silver;
}