@charset "utf-8";
/* CSS Document */

html * {
padding: 0;
margin: 0;
border: 0;
}

html, body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

body {
	background: #000000;
}	

#container {
	width: 100%;
	height: 533px;
	margin: 30px 0px 0px px;
	padding: 0;	
	background: #181818;
	border-top: #666 solid 1px;
	border-bottom: #666 solid 1px;
	text-align: center:
}

#header {
	width: 470px;
	height: 95px;
	margin: 0px auto;
	padding: 0;
}

#header img {
	float: left;
	margin: 10px 15px 0px 0px;
	padding: 0;
}

#ssp {
	width: 540px;
	height: 400px;
	margin: 0px auto;
	padding: 0;
}

#ssp p {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin: 0px auto;
	padding: 100px 30px 0px 30px;
	color: #fff;
}

#footer {
	width: 540px;
	height: 40px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#back {
	float: left;
	width: 200px;
	height: 35px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

#download {
	float: left;
	width: 340px;
	height: 33px;
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
	text-align: right;
}

#back a {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color: #fff;
	text-decoration: none;
}

#download p {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #fff;
}

#footer a:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	float: left;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.1em;	
	color: #fff;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

h2 {
	float: left;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #006699;
}



