html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #EFF0E9;
	color: #444;
	font: normal 62.5% Verdana,sans-serif;
}

*html body{
	height: 100%;
}

.content {
    width: 800px;
    height: 560px;
	margin: 0 auto;
	padding-top: 30px;
}

/* FOOTER */
.footer {
	background: none;
	color: #999;
	line-height: 22px;
	text-align: center;
	bottom:10px;
	position:fixed;
	width: 100%;
	z-index:99;
}

*html .footer{
	position:absolute;
}

a{
	text-decoration:none;
	border-bottom: 1px dotted #888;
}

a:hover{
	border-bottom: 1px solid #333;
}

.footer a,.footer a:hover {
	color: #888;
}

