.file{
	width: 100px;
	height: 100px;
	background: #CCC;
	border: 1px solid black;
	cursor: pointer
}

#bar{
	position: absolute;
	top: 0px;
	background: #DDD;
	height: 40px;
	width: 100%;
	border: 1px solid black;
}

#footer{
	position: absolute;
	bottom: 0px;
	background: #DDD;
	height: 30px;
	width: 100%;
	border: 1px solid black;
}

#desktop{
	background: #EEE;
	width: 100%;
	height: 100%;
}

#bin{
	position: absolute;
	top: 40px;
	right: 0px;
	width: 80px;
	height: 80px;
	margin:20px;
	padding: 20px;
}

#uploader{
	position: absolute;
	bottom: 30px;
	right: 0px;
}