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

#slideshow {
	width: 600px;
	margin-left: -300px;
	height: 250px;
	margin-top: -125px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}
#slider {
	height: 250px;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
#slideshow li {
	list-style: none;
}
p {
	font-size: 12px;
	color: #666;
	font-family: "raleway";
}
a {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-image: url(../img/back3.png);
	background-repeat: repeat;
}
