/* overrides from basic.css */
html {
	background: url(../images/tool-board-75-cropped.jpg) 50% 0 no-repeat fixed;
	background-size: 100%;
}

body {
	background-color: silver;
}

article {
	width: 100%;
}

section {
	width: 40%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 60px;
}

/* additional styles */
article section{position: relative;top: 20px;left:40px;}

#calendar {
	width: 100%;
	margin: 0 auto;
}

.fc-border-separate {
	background-color: rgba(255, 255, 255, 0.8);
}