html,body{
  margin:0;
  padding:0;
  height:100%;
}

body{
	font-family: verdana, arial, monospace;
	font-size: 10px;
	color: #444444;
}



a img{
	border: 0px;
	
}

a{
	color: #444444;
	text-decoration: none;
}

a:hover{
	color: #666666;
}

.layout{
	width: 100%;
	text-align: center;
}

.layout-header{
	position: fixed;
	top: 33%;
	left: 0px;
}
	
.layout-content{
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	height: 200px;
	top: 67%;
	margin-top: -100px;
}

.layout-footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
}

.column{
	position: relative;
	float: left;
	padding: 10px;
	width: 180px;
}