body {
	margin: 0;
	padding: 0;
	background-color: #DADADA;
}

.img-r span.img-r {
	display:none;
}

#txt-logo {
	background: url(../images/logo-preview.jpg) no-repeat;
	width: 960px;
	height: 635px;
	margin: 0em auto;
}

#footer {
	border-top: 1px solid #CACACA;
	padding: 1em;
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font: 11px Calibri, Arial, sans;
}

#footer a, #footer {
	color: #888;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
