body {
	background:#000 url(../images/background_main.gif) repeat-x bottom left fixed;
	font-family: Georgia, serif;
}

#logo {
	position:fixed;
	bottom:40px;
	left:20px;
	right:auto;
	top:auto;
	
	height:190px;
	width:150px;
	z-index:2;
}

#words {
	position:fixed;
	bottom:10px;
	left:20px;
	right:auto;
	top:auto;
	
	color:#FFF;
	font-size:48px;
	z-index:2;
}

#words span {
	color:#999;
	font-size:24px;
}

#branding {
	position:fixed;
	bottom:400px;
	left:0;
	right:0;
	top:auto;

	color:#FFF;
	font-size:48px;
	text-align:center;
}

#branding span {
	color:#999;
}

#dock {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	top:auto;
	
	background:#000 url(../images/background_dock.gif) repeat-x top left;
	height:100px;
	width:100%;
}