body {
	background-image:url(//duv2rxyjq20ja.cloudfront.net/wlcom1/backgrounds/wood.jpg);
	margin:0 auto;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
.left_dock {
	width:80px;
	height:100%;
	position:absolute;
	background-image:url(images/background.jpg);
	float:left;
	z-index:-100;
	border-right:#FFF solid 2px;
}


.buttons {
	float:left;
	margin-left:90px;
	margin-top:60px;
}
.project_button {
	height:120px;
	width:140px;
	background-color:rgba(255, 255, 255,0.5);
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	float:left;
	margin-right:30px;
	font-size:30px;
	color:#FFF;
	padding:5px;
}
.small_button {
	height:25px;
	width:auto;
	background-color:rgba(55, 151, 224,0.6);
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	font-size:20px;
	padding-top:1px;
	color:#FFF;
	text-align:center;
	margin-left:110px;
	margin-top:29px;
	float:left;
}
.button_back {
	background-image:url(images/back.png);
	width:115px;
	height:150px;
	float:left;
	margin-right:10px;
	margin-top:25px;
}
.button_text {
	margin-top:30px;
	margin-left:15px;
	-webkit-transform: rotate(-10deg);	
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	height:60px;
	width:80px;
	font-size:12px;
}
.button_sub_text {
	margin-top:30px;
	margin-left:40px;
	color:#FFF;
	text-align:right;
	margin-right:10px;
	font-size:12px;
}
.folder_title {
	font-size:16px;
	color:#FFF;
	text-align:left;
}
.left_ribbon {
	background-image:url(images/left.png);
	height:209px;
	width:49px;
	margin-left:-20px;
	z-index:100;
	float:left;
}
.middle_ribbon {
	height:209px;
	background-image:url(images/middle.png);
	margin-top:3px;
	float:left;
}
.end_ribbon {
	background-image:url(images/end.png);
	height:209px;
	width:133px;
	float:left;
}
