BODY {
	background: #fff;
	margin: 0;
	padding: 0;
	font: 13px Arial;
	color: #000;
	line-height: 135%;
	overflow: hidden;
}

A {
	text-decoration: none;
}

P {
	margin: 15px;
}

H2 {
	margin: 15px;
	font: bold 15px Arial;
	text-transform: uppercase;
	letter-spacing: 5px;
}

UL {
	list-style: none;
	margin: 15px;
	padding: 0;
}

UL LI {
	margin: 5px 0;
	padding: 0;
}

P {
	margin: 15px;
}

HR {
	border-top: 1px dotted #ddd;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#facebook {
	z-index: 100;
	position: absolute;
	width: 450px;
	bottom: 100px;
	right: 10px;
}

#past {
	position: absolute;
	background: #000 url('gl_left.gif') no-repeat center right;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
}

#past A {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#past A:hover {
	border-bottom: 1px solid #fff;
}

#future {
	position: absolute;
	background: #fff url('gl_right.gif') no-repeat center left;
	width: 50%;
	height: 100%;
	top: 0;
	left: 50%;
	text-align: right;
	color: #000;
}

#future A {
	color: #000;
	border-bottom: 1px dotted #000;
}

#future A:hover {
	border-bottom: 1px solid #000;
}

#past A.free,
#future A.free {
	border: none;
}

#past A.free:hover,
#future A.free:hover {
	color: #a00;
}

.big {
	font-size: 25px;
	font-weight: bold;
}
