html, body {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
body {
	background-color: #cccccc;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 80px;
	line-height: 99px;
	text-align: left;
	text-transform: capitalize;
}
ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
h1, h2, p, a, address {
	padding: 0px;
	margin: 0px;
}
h1, h2 {
	color: #333333;
	font-weight: bold;
}
h1 {
	padding-top: 100px;
	font-size: 80px;
}
h2 {
	line-height: 24px;
	font-size: 14px;
}
a {
	position: relative;
	color: white;
	text-decoration: none;
	display: block;
	outline:none;
}
a:hover {
	color: #333333;
}
address {
	font-style: normal;
	font-weight: bold;
}
#browserupdate {
	text-transform: none;
	font-weight: normal;
	color: #ffffff;
	padding: 20px;
	background-color: #000000;
	line-height: 24px;
	font-size: 16px;
	visibility: hidden;
	display: none;
}
#browserupdate a, #browserupdate a:hover {
	display:inline;
	background: none;
	color: #ffffff;
}
#cover {
	margin-left: -420px;
	float: left;
	right: auto;
	left: 50%;
	background-position: center;
	background-repeat: no-repeat;
	height: 840px;
	width: 840px;
	z-index: -5;
	position: fixed;
	visibility: hidden;
	display: none;
}
#info {
	width: 840px;
	background-color: #cccccc;
	position: fixed;
	z-index: 10;
	bottom: 0;
	color: #FFF;
	line-height: 18px;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	visibility: hidden;
}
#info ul {
	list-style: none;
	border: none;
}
#info li {
	display:inline;
	padding-right: 12px;
	border: none;
}
#wrapper {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 840px;
}
#main {
	padding-bottom: 100px;
}
#footer {
	padding-bottom: 100px;
	overflow: hidden;  
    display: table; 
}
.imageset {
	visibility: hide;
	display: none;
	height: 0px;
	width: 0px;
}
.aside {
	text-transform: none;
	color: white;
	line-height: 24px;
	font-size: 14px;
	width: 260px;
	float: left;
}
.center {
	padding-left: 30px;
	padding-right: 30px;
}
