
*
{
	margin: 0px;
	padding: 0px; }

body
{
	background: #80825b url("../images/bg.jpg") no-repeat fixed 100% 0%;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #45371b;
	text-align: center;
	padding-bottom: 20px; }

p
{
	margin: 0px 0px 10px 0px;
	line-height: 145%;
	color: #45371b;
	font-size: 1.15em; }


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix {
    display: inline-block; }

html[xmlns] .clearfix {
    display: block; }

* html .clearfix {
    height: 1%; }

