@import url('default.css');

html {
	background: #000;
	color: #eee;
}

body {
	text-align: center;
}

h1,h2 {
	color: #fff;
	left: 0;
	background: transparent;
	padding: 0;
}

div#slideshowholder {
	text-align: center;
}

div#slideshowcontent {
	width: 500px;
	margin: 0px auto;
}
