@charset "utf-8";

/* Global Reset */
*{margin:0;padding:0;border:none;outline:0;font-style:normal;font-weight:normal;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;}
h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*Clearing Floats Fix*/
.clearfix:after {content: ".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix {height:1%;}


/* ########## Body ########## */
body {
background:#456d20;
font-family:tahoma, verdana, sans-serif;
font-size:100%;

}

/* ########## Wrapper ########## */
#wrapper {
margin:0 auto;
width:960px;
height:auto;
}

h1 {
width:800px;
height:200px;
font:italic bold 10em/1.5 georgia, serif;
margin:150px auto;
text-align:center;
}

h1 a {
color:#c1d2ae;
text-shadow:0 4px 10px #000;
}

h1 a:hover {
color:#76964f;
}