*
{
	cursor: url(cursor.png), auto;
}

body
{
	background-color: black;
}

.button
{
	border: 4px solid #98BF21;
	color: #C6C6C6;
	background-color: #404040;
	overflow-y: auto;
}

.button div
{
	padding: 16px;
}

#viewer
{
	position: absolute;
	top: 16px;
	left: 1%;
	width: 48%;
	bottom: 16px;
}

#presenter
{
	position: absolute;
	top: 16px;
	right: 1%;
	width: 48%;
	bottom: 16px;
}

.button:hover
{
	background-color: #C6C6C6;
	border: 4px solid red;
	color: #404040;
}

.img
{
	width: 100%;
}