html { height: 100%; }
body
{
	height: 100%;
	background: url('../images/bg.png') repeat-x;
	background-color: #8e8e8e;
	font-family: 'Times New Roman';
}
a
{
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:link
{
}
a:visited
{
}
a:hover
{
	text-decoration: underline;
}
a:active
{
}
#wrapper
{
	padding: 50px 50px 0 50px;
}
h1, h6
{
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
}
h1
{
	font-style: italic;
	font-size: 2.5em;
	letter-spacing: -.04em;
	line-height: 1em;
}
h6
{
	font-size: 0.7em;
}

ul
{
	margin-top: 100px;
}
	li
	{
		float: left;
		clear: both;
		padding: 8px;
		margin: 4px 0;
		background-color: #959595;
		color: #fff;
		font-size: 1.3em;
		font-style: italic;
	}
