body {
	margin:0;
	padding:0;
	height:100%;
}

.main {
	min-height:100%;
	position: relative;
	width: 900px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.content {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	min-height: 500px;
}

.bar {
	width: 100%; 
	height: 26px;
	background-color: #535353; 
	padding-right:10px;
	margin-bottom: 26px;
}

.bar div {
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.btnbackground {
    /*border-radius: 7px;*/
	background-color: #C1C0C0;
	width: 30%;
	padding: 0px 20px 20px 20px;
	float: left;
}


.header {

}

.footer {
	width: 100%;
	background-color: #535353; 
	/*padding: 5px 5px 5px 5px;*/
	color: white;
	line-height: 2px;
	position:absolute;
	bottom:0;
}

.footer p {
	padding: 0px 0px 0px 10px;
}
/* Remote and Login buttons styling */

.loginbtn {
  background: #e6943c;
  background-image: -webkit-linear-gradient(top, #e6943c, #f18705);
  background-image: -moz-linear-gradient(top, #e6943c, #f18705);
  background-image: -ms-linear-gradient(top, #e6943c, #f18705);
  background-image: -o-linear-gradient(top, #e6943c, #f18705);
  background-image: linear-gradient(to bottom, #e6943c, #f18705);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  float: right;
}

.registerbtn {
  background: #787878;
  background-image: -webkit-linear-gradient(top, #787878, #535353);
  background-image: -moz-linear-gradient(top, #787878, #535353);
  background-image: -ms-linear-gradient(top, #787878, #535353);
  background-image: -o-linear-gradient(top, #787878, #535353);
  background-image: linear-gradient(to bottom, #787878, #535353);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  float: right;
}

.loginbtn:hover {
  background: #e6a357;
  background-image: -webkit-linear-gradient(top, #e6a357, #f18705);
  background-image: -moz-linear-gradient(top, #e6a357, #f18705);
  background-image: -ms-linear-gradient(top, #e6a357, #f18705);
  background-image: -o-linear-gradient(top, #e6a357, #f18705);
  background-image: linear-gradient(to bottom, #e6a357, #f18705);
  text-decoration: none;
}

.registerbtn:hover {
  background: #A0A0A0;
  background-image: -webkit-linear-gradient(top, #A0A0A0, #535353);
  background-image: -moz-linear-gradient(top, #A0A0A0, #535353);
  background-image: -ms-linear-gradient(top, #A0A0A0, #535353);
  background-image: -o-linear-gradient(top, #A0A0A0, #535353);
  background-image: linear-gradient(to bottom, #A0A0A0, #535353);
  text-decoration: none;
}