/* CSS Document */

html {
	background-color: #000;
	}
body {
	height: 620px;
	margin-top: 0px;
	/*background: url('../images/grey-glow-bg.jpg') no-repeat center center #000;*/
	}
#Container {
	/*float: left;
	position: relative;
	height: 620px;
	margin: 36px 48px;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 36px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	}
#Container a {
	color: #FFF;
	}

/* HEADER */

/* CONTENT */
#Content {
	position: relative;
	}
/* FOOTER */
#Footer {
	overflow: hidden;
	}
#Footer a {
	text-decoration: none;
	}
#Footer a:hover {
	text-decoration: underline;
	}
#Footer h1 {
	float: left;
	padding: 0;
	font-size: 1.6em;
	line-height: 2em;
	font-weight: normal;
	text-align: left;
	}
#Controls {
	float: right;
	text-align: right;
	}
#CloseLink {
	padding: 0 0 0 20px;
	background: url('../images/close.gif') no-repeat left center;
	font-size: 1.6em;
	line-height: 2em;
	vertical-align: center;
	}
#LargeLink {
	padding: 0 10px 0 20px;
	background: url('../images/download.gif') no-repeat left center;
	font-size: 1.6em;
	line-height: 2em;
	vertical-align: bottom;
	}

