/*

div#mainContent {

	width: 100%;
	height: 100%;
	display: table;

}

div.left_side {

	float: left;
	display: table-cell;
	height: 100%;
	width: 350px;

}

div.right_side {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	float: left;
	width: 450px;
	background-image: url('/assets/translucent_white.png');

}

ul.visible_bullets {

	list-style-type: circle;
	padding-left: 10px;

}

*/
