@charset "utf-8";
/* CSS Document */

html {
    display: table;
    width: 100%;
    height: 100%;
    #position: relative;
    overflow: hidden;
}
/*
#76cc07
#bfeb02
*/
html body {
	background: #f7f7db url(../img/grey_ivory_background.png) repeat-x left top;
    font-family: Verdana, Arial, Helvetica, san-serif;
    color: #444;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;

    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

html body h1 {
    font-size: 24px;
    #position: relative;
    #Xtop: -50%;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.footer {
	color: #444;
	font-size: 11px;
	position: relative;
	top: 200px;
}

.footer a:link, .footer a:visited {
	color: #666;
}

.footer a:hover {
	color: #999;
	text-decoration: none;
}
