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

*, html {
	margin:0;
	padding:0;
}
body {
	font-family:"Century Gothic", Verdana, tahoma, arial;
	font-size:12px;
	background-color:#600;
	color:#FFF;
}
ul {
	list-style-type:none;
}
img {
	border:0;
}
a {
	color:#FC9;
}
.SlidingPanels {
	width: 300px;
	height: 300px;
}
.SlidingPanelsContent {
	width: 300px;
	height: 300px;
}

