 * {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
} #header {
    height: 100px;
    background-image: url(../img/head.png);
    /*background-color:#A7E26D;*/
    position: relative;
} #header h1 {
    position: absolute;
    bottom: 10px;
    left: 80px;
    font-size: .9em;
    color: #ccc;
    font-family: arial;
}

a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #3F2600;
}

a:hover {
    color: #8F8574;
}

h1 {
    color: #333;
    text-align: center;
    font-size: 2em;
    background-color: #561;
}

h2 {
    color: #222;
}

img {
    width: 48px;
    height: 48px;
    border: none;
} #container {
    width: 650px;
    margin: auto;
    position: relative;
    min-height: 100%;
    margin-bottom: -35px;
} #msg {
    padding: 20px;
    background-color: #bfb95e;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;
} #msg a {
    text-decoration: none;
    display: block;
    font-family: arial;
} #pagination {
    font-family: sans;
    font-size: 1.5em;
    text-decoration: none;
}

h4 a {
    color: #c00;
}

h4 a:hover {
    color: #d03;
} .clearfooter {
    height:35px;
    clear:both;
} #foot {
    background-color: #8F5902;
    color: #ddd;
    height: 35px;
    text-align: right;
    padding: 10px;
    position: relative;
	margin-top:10px;
	}
	#foot img {
		position:absolute;
		left:0;
		top:2px;
	}

