@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:12px;
}
a:link,a:visited {
	text-decoration:none;
	color:#6dcff6
}
a:hover {
	text-decoration:underline;
	color:#a3d39c
}
#shelf{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#444444;
	height:10px;
	width:100%;
}
.window {
	width: 600px;	
	margin-left:auto;
	margin-right:auto;
}
#titlePicture{
	
