body {
	background-image: url(background.png);
	background-color: #000000;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}

::selection {
	background: #CC0000;
}
::-moz-selection {
	background: #CC0000;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#clear {
	clear: both;
	margin: 0px;
}

ul, li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-image: url(flare_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding: 50px 0 50px 0;
	display: block;
}

#container {
	background-image: url(logohead.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	margin: 0 auto 0 auto;
	display: block;
}

#unleash {
	width: 900px;
	padding: 350px 0px 0px 10px;
	margin: 0 0 0 50px;
	display: block;
}

#unleash p {
	background-image: url(unleash_title.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #111111;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	padding: 65px 10px 10px 10px;
	display: block;
}

#download a:link, #download a:visited, #download a:active {
	background-image: url(page_map.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 530px;
	height: 60px;
	display: block;
	margin: 50px auto 10px auto;
}

#mac-download a:link, #mac-download a:visited, #mac-download a:active {
	background-image: url(page_map.png);
	background-repeat: no-repeat;
	background-position: center -61px;
	background-color: #111111;
	width: 1000px;
	height: 50px;
	display: block;
}

#download-old a:link, #download-old a:visited, #download-old a:active {
	background-image: url(page_map.png);
	background-repeat: no-repeat;
	background-position: 20px -216px;
	background-color: #111111;
	width: 440px;
	height: 130px;
	margin: 50px 20px 0 50px;
	display: block;
	float: left;
}

#twitter-stuff {
	background-image: url(page_map.png);
	background-repeat: no-repeat;
	background-position: 20px -105px;
	background-color: #111111;
	width: 440px;
	height: 130px;
	margin: 50px 0 0 0;
	display: block;
	float: left;
}

#notes {
	background-color: #000000;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	margin: 50px 0 0 0;
	border: 1px solid #333333;
	padding: 10px;
}

#facespace {
	width: 0px;
	height: 0px;
	display: none;
	visibility: none;
}