body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.container-left
{
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
}

.container-right
{
	position: relative;
	width: 50%;
	height: 100%;
	float: right;
	background-color: #6859A7;
}

img .container-left
{
	width: 100px;
	height: 100px;
	float: right;
}

.left
{
	position: relative;
	float: right;
	background-image: url('/img/left.png');
	min-width: 100px;
	min-height: 100px;
}

.right
{
	position: relative;
	float: left;
	background-image: url('/img/right.png');
	min-width: 100%;
	min-height: 100%;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}