body {
	background-image:url("/image_dump/backgrounds/corkboard.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: courier, monospace;
	position: fixed;
	margin-left: 45px;
}

#container {
	display: flex;
	height: 690px;
	width: 1400px;
	margin: auto;
	margin-top: 17px;
}

#LeftSide {
	height: 700px;
	width: 675px;
}

#LTop {
	height: 260px;
	width:655px;
	margin-left: 30px;
	margin-top: 5px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#NoteL {
	background-image:url("/image_dump/backgrounds/PostIt2.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height:300px;
	width:300px;
	margin-top: -11px;
	margin-left: -5px;
	margin-bottom: -10px;
}
#NoteLText {
	font-size: 15px;
	margin-top: 70px;
	margin-left: 17px;
	margin-right: 20px;	
}

#Wearing {
	background-image:url("/image_dump/backgrounds/PostItTab.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 60px;
	width:280px;
	margin-left: 50px;
	text-align: center;
}

#LDiv {
	height: 175px;
	width: 370px;
	margin-left:-7px;
	margin-bottom: -30px
}

#Pin {
	margin-left: -30px;
}

#LBottom {
	height: 420px;
	width: 655px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}

#Me1 {
	height: 420px;
	width:326px;
}

#Me2 {
	height: 420px;
	width:326px;
}

#ForMe {
	background-image:url("/image_dump/backgrounds/PostItTab.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 60px;
	width:280px;
	margin-left: 50px;
	margin-top: -20px;
	text-align: center;
	line-height: 80px;
}

#String {
	height: 700px;
	width: 50px;
	padding-top: 25px;
}

#RightSide {
	height: 700px;
	width: 675px;
}

#RTop {
	height: 420px;
	width: 655px;
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
}

#Others1 {
	height: 420px;
	width:326px;
}

#ForOthers {
	background-image:url("/image_dump/backgrounds/PostItTab.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 60px;
	width:280px;
	margin-left: 5px;
	margin-top: 20px;
	text-align: center;
	line-height: 80px;
}

#Others2 {
	height: 420px;
	width:326px;
}

#RBottom {
	height: 260px;
	width:655px;
	margin-top: -10px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#NoteR {
	background-image:url("/image_dump/backgrounds/PostIt1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height:300px;
	width:300px;
	margin-top: -11px;
	margin-left: -5px;
	margin-bottom: -10px;
}

#NoteRText {
	font-size: 15px;
	margin-top: 70px;
	margin-left: 17px;
	margin-right: 20px;
}

#RDiv {
	height: 250px;
	width: 390px;
	margin-left:-7px;
	margin-bottom: -30px;
}

#ToDo {
	background-image:url("/image_dump/backgrounds/PostItTab.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 60px;
	width:280px;
	margin-top: -30px;
	margin-left: 50px;
	text-align: center;
	line-height: 60px;
}

#button {
	display: block;
	text-align: center;
	font-size: 20px;
}

a:link {
	color: #8B00C0;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}