/* Body */

body {
	margin: 0;
	width: 100%;
	background: #d0d3d8;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	letter-spacing:-0.04em;
	text-align: center;
	color: #17181d;
}

/* Link */

a:link {
	color: #277aa4;
	text-decoration: none;
}

a:visited {
	color: #277aa4;
	text-decoration: none;
}

a:hover {
	color: #277aa4;
	text-decoration: underline;
}

a:active {
	color: #277aa4;
	text-decoration: none;
}

/* Container */

#container {
	width: 640px;
	height: 480px;
	margin: 90px auto 0;
	background: url(../imgs/download_page.png) no-repeat;
}

/* Contents */

#content {
	width: 640px;
	height: 480px;
	float: left;
}

#icon {
	width: 640px;
	height: 119px;
	background: url(../imgs/icon.png) no-repeat 260px;
	float: left;
	margin-top: 80px;
}

#download {
	width: 640px;
	letter-spacing:-0.05em;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font: normal 70px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 20px;
}

#text {
	width: 640px;
	letter-spacing:-0.05em;
	color: #a8aeb6;
	text-align: center;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	float: left;
}

#loading {
	width: 640px;
	height: 24px;
	background: url(../imgs/loading-goal.gif) no-repeat 215px;
	float: left;
	margin-top: 50px;
}

/* Footer */

#footer {
	width: 640px;
	letter-spacing:-0.05em;
	text-align: center;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 7px;
}