* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	background-color: #333;
	font-family: monospace;
	color: #fff;
}

h2 {
	font-size: 22px;
	font-weight: bold;
}

.menu {
	width: 220px;
	text-align: right;
	}

.menu a:hover {
	padding-right: 5px;
	}

.bigone {
	color: #999999;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	}

.smallone {
	color: #999;
 	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 24px;
	}

.header {
	text-align:right;
	font-size: 80px;
	font-weight: bold;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 900px;
	margin: 0 auto -120px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.c_2 { color: #999;	}
.c_3 { color: #777; }
.c_4 { color: #fff;	}

.content {
	width: 680px;
	color: fff;
	}

.content a {
	color: #fff;
	text-decoration:none;
	}

.foliopic {
    margin-top: 8px;
	border:6px solid #666666;
}

.content a:hover {
	padding-left: 5px;
	}

.extend {
	color: #999;
	height:80px;
	font-weight: normal;
	}

.footer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align:left;
	color: #fff;
}

.footer, .push {
	height: 120px; /* .push must be the same height as .footer */
}

.fontsize {
	position: absolute;
	margin-top: 20px;
}

.fontsize a {
	color: #FFF;
	text-decoration:none;
}

.fontsize a:hover {
	text-decoration:overline;
}

.size_1 { font-size: 14px; }
.size_2 { font-size: 18px; }
.size_3 { font-size: 22px; }
