body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	background: #000000 url(../img/earth_bg.jpg) no-repeat center 30px;
}
form, a, img, h1, h2, h3, h4, ul, li, p {
	padding: 0;
	margin: 0;
}
p {
	margin: 5px 0px 0px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
img {
	border: 0;
}
.wrap {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	top: 0px;
	left: 50%;
	min-height: 1000px;
}
#text1 {
	position: absolute;
	top: 35px;
	left: 9px;
	background: url(../img/text1.png) no-repeat;
	width: 982px;
	height: 34px;
	z-index: 5;
}
#swiftpanel {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -295px;
	background: url(../img/swiftpanel.png) no-repeat;
	width: 593px;
	height: 71px;
	z-index: 5;
}
#content {
	background-color:#000000;
	width: 770px;
	left: 120px;
	position: absolute;
	top: 650px;
	height: 160px;
	border: 2px solid #222222;
}
#features {
	width: 750px;
	position: absolute;
	top: 650px;
	left: 125px;
	padding: 10px;
}
#features ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
#features li {
	float: left;
	width: 220px;
	padding-left: 15px;
	padding-right: 15px;
}
#features h2 {
	color: #FFFFFF;
	text-align: center;
}
#features p {
	color: #CCCCCC;
	font-style:italic;
	text-align: center;
	line-height: 150%;
	font-size: 14px;
}
#features span {
	font-weight:bold;
}
#performance span {
	color: #33CC00;
}
#security span {
	color: #33CC00;
}
#price span {
	color: #33CC00;
}
#gallery {
	color: #FFFFFF;
	position: absolute;
	top: 850px;
	left: 50px;
	width: 1000px;
	text-align: center;
	font-size: 12px;
}
#gallery ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
#gallery li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#gallery a {
	border: 3px solid #333;
	display: block;
}
#gallery a:hover {
	border: 3px solid #555;
}
#gallery img {
	display: block;
}
#coming {
	color: #FFFFFF;
	position: absolute;
	top: 575px;
	left: 0px;
	width: 1000px;
	text-align: center;
	font-size: 36px;
}