﻿html {
    min-height: 400px;
    height: 100%;
    position: relative;
}
.content {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 25%;
    text-align:center;
}
.footer {
    width: 900px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    bottom: 10px;
    text-align: right;
}
.logo {
    display: block;
    padding-bottom: 10px;
}
.shadow {
	border: 1px solid #FFF;
}
a:hover img {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
		box-shadow: 1px 1px 5px #999;
}