/* PURE CSS My GIFs www.imparato.be - by Emilio Imparato */

body {
	background-color: #333333;
	font-family: "Century Gothic";
	color: #cabb5d;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 36px;
}

#homebutton {
	position: absolute;
	left: 10px;
	width: 30px;
}
#header {
	background-color: #333333;
	font-size: 1.2em;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#footer {
	width: 100%;
	background-color: #333333;
    border-top: 1px solid silver;
    clear: both;
    float: none;
    position: fixed;
	left: 0;
    bottom: 0;
    display: inline;
}
.description {
		width: 100%;
}
/* Search input */
input[type=text] {
	background-color: #333333;;
	color: white;
	border: 1px solid #cabb5d;
	border-radius: 4px;
	height: 16px;
	padding-left:5px;
  }
  