html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}
body
{
	background-color: #686;
	color: #fff;
	text-align: center;
}
img.centered
{
	margin-left: auto;
	margin-right: auto;
}
#logo
{
	margin-top: 50px;
	margin-bottom:15px;
    margin-left: auto;
    margin-right: auto;
    width: 515px;
    height: 255px;
    background-image: url('images/logo-phokus-with-blur.png');
    background-repeat: no-repeat;
    background-position: -515px 0;
}
/*img.logo
{
	margin-top: 50px;
	display: block;
}*/
.tc
{
	width: 30%;
}
.tcs
{
	width: 5%;
}
#content
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.6em;
}
#pgl
{
	width: auto;
	margin: 0px auto;
	padding: 15px;
	background-color: #686;
}
#tagline
{
	width: 600px;
}
#main
{
	width: 600px;
	margin: auto;
	margin-bottom: 2em;
}
#footer
{
	height: 1em;
	text-align: right;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	padding: 0.3em;
	color: #686;
	background: #bb9;
}
#footertext
{
	font-size: .7em;
	display: inline;
}
#spacer
{
	height: 1em;
}
#shim
{
	height:5em;
}