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

body {
	background-color:#666;
}
#content {
	border:1px #666 thick;
	background-color:#FFF;
	width:900px;
	height:600px;
	margin: 0 auto;
	padding:20px;
	background-image:url(images/image-1.jpg);
}
#frame-1 {
}
#sidebar-selector {
	float:right;
	width:70px;
	height:400px;
	border: 1px #333 medium;
	padding:10px;
}
div.thumb {
	width:50px;
	height:50px;
	background-color:#900;
	margin:10px;
	padding: 5px;
	cursor:pointer;
}
