a{
	text-decoration: none;
}

#hd, #header, #ft{
	display:none;
}
body, html{
	background: black;
}
#bd{
	background: transparent;
	max-height: 600px;
}
#ft{
	display: block;
	height: 84px;
	background: url(../img/companies_login.jpg) center top no-repeat;
}
h1.title{
	display: none;
}

#logo{
	position: relative;
	top: -100px;
}
#logo-wrap{
	
}
#tagline{
	position: relative;
	top: -270px;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #999999;
}
.buttons {
	position: relative;
	top: -175px;
}
.buttons div {
	text-align: center;
	padding-top: 10px;
	background: url(../img/buttons/splash-bt.png) 85px 30px no-repeat;
}

.buttons div a {
	-webkit-transition-property: color, font-size, background-color;
	/* -webkit-transition-property: font-size; */
    -webkit-transition-duration: 1s;
	display: block;
	color: #999999;
	font-size: 200%;
	font-weight: bold;
	height: 50px;
	padding-top: 40px;
	padding-left: 50px;
	background-color: rgba(0,0,0,.7);
}

.buttons div a:hover {
	-webkit-transition-duration: .5s;
	color: #dddddd;
	font-size: 220%;
	background-color: rgba(0,0,0,0)
}
