body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}
div#start-left{
	margin: -40px 0px 0px 0px;
	height: 3000px;
	width: 50%;
	background-color: #BEBEBE;
}
div#start-image{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -10px;
}
div#start-content{
	position: absolute;
	width: 100%;
	text-align: center;
	margin-left: -50px;
	top: 10%;
}
div#logo{
	font-family: Georgia;
	font-size: 18pt;
	color: #FFFFFF;
}
div#logo a{
	text-decoration: none;
	color: #FFFFFF;
}
span#logo-kb{
	color: #AF0000;
	font-size: 18pt;
	padding-left: 100px;
}