* {
	margin: 0;
	padding: 0;
}
html {
	height: 99%;
}
body {
	font: 0.85em/18px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: 100%;
	height: 99%;

    background-color: #fff;
}

img {
	border: none;
}

#wrapper {
	width: 650px;
	margin: 0 auto;
	min-height: 99%;
	height: auto !important;
	height: 99%;

        
}

#content{
        padding: 0 0 94px;
}

#header{
    background-color: #95d400;
    height: 5px;
    width: 650px;
    margin: 0 auto;
}

h1{
    margin-bottom: 1em;
    margin-top: 0.5em;
}

h2{
    border-bottom: 1px solid black;
    margin-bottom: 0.2em;
    margin-top: 0.5em;
}

.image{
    margin-top: 0.5em;
    margin-bottom: 0.5em;

    margin-left: 100px;
}

.hilight{
    background-color: #95d400;
}

#footer {
	width: 650px;
	margin: -94px auto 0;
	height: 94px;

        text-align: right;
        line-height: 94px;

}

#hole{
	display: inline-block;

        float: right;


	width: 92px;
	height: 94px;

	background-image: url("img/hole.gif");

}

.home_footer_link{
    color: #cbd4bd;
    font-weight: 600;
    text-decoration: none;
}

.home_footer_link:hover{
    color: #95d400;
    font-weight: 600;
    text-decoration: underline;
}


.twitter-share-button{
    float: left;
    margin-top: 40px;
}