html {
   margin:0;
   padding:0;
   height:100%;
   border:none;
}

body {
  color: #000000;
  border:none;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background-color: #ffffff;
}

#leftside {
	float: left;
  width: 50%;
  height: 100%;
  max-width: 500px;
  background-image: url(../img/left500px_shorter.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

#leftside-pic {
  height: 100%;
  width: 100%;
}

#rightside {
	height: 100%;
	text-align: center;
	min-width: 400px;
}

#line {
	float: right;
  background-image: url(../img/rightbg.gif);
  background-repeat: repeat-y;
  background-position: bottom left;
  height:100%;
  width: 3px;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: Verdana,sans-serif;
	color: #333333;
}

a:hover {
	color: #FF9900;
}

#logo {
	position: relative;
	top: 15%;
	white-space: nowrap;
}

#slogan {
	position: relative;
	top: 20%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
}

#langselect {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
	position: relative;
	top: 50%;
	white-space: nowrap;
}
