/* standard elements */
html {min-height: 100%;}
body {
	background: #EEEEEE /*url('../img/body.jpg')*/ no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 60px;
}

a img { text-decoration: none;  border: none; margin-bottom: 5px;}

blockquote {
background: url(../img/quote.gif) no-repeat;
display: block;
font-weight: bold;
padding-left: 28px;
}

div {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.footer img { margin-top: 5px; margin-right: 5px; }
.left {float: left;}
.right {float: right;}

