html {
	height: 100%;
}
body {
	background: #ffffff url(http://davedouglas.com/media/img/tmpl/bground2.jpg) repeat center top;
	_background: #ffffff url(http://davedouglas.com/media/img/tmpl/bground2.jpg) repeat;
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1em;
	position: relative;
	min-height: 100%;
	height: 100%;
}


#container {
	width: 600px;
	margin: auto;
	height: 80%;
	padding-top: 50px;
}

#bird_logo {
	margin-left: 150px;
}

#gl_logo {
float: left;	
margin-bottom: 20px;
}

#splash_text {
	float: left;
	width: 325px;
	margin-left: 30px;
	margin-top: 40px;
	font-size: 90%;
	color: #929FB6;
}

#buttons div {
	margin-top: 3px;
}



