@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(images/bg.png) repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
}

em {
	font-size: x-small;
	line-height: 12pt;
}

img {
	border: 0;
}

p {
	line-height: 20px;
	text-indent: 12px;
}

input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #188cff;
	text-decoration: none;
}

div#glow {
	height: 685px;
	background: url(images/glow.png) no-repeat center top;
}

div.container {
	margin: auto;
	width: 1002px;
	margin-bottom: 50px;
}

div#header {
	height: 150px;
}

div#logo {
	display: inline;
	float: left;
	width: 255px;
	height: 37px;
	margin-left: 38px;
	margin-top: 93px;
	margin-bottom: 20px;
}

div#menu {
	display: inline;
	width: 500px;
	height: 55px;
	float: right;
	margin-top: 95px;
	margin-right: 75px;
}

div.bar {
	width: 1002px;
	height: 27px;
	float: left;
	background:url(images/bar.png) no-repeat;
}

div#content {
	margin-top: 30px;
	margin-bottom: 40px;
	float: left;
}

h1 {
	font-family: "Agency FB", Verdana, Geneva, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	background: inherit;
	color: #88d600;
	/* margin-left: 20px; */
}

div#content div#left {
	width: 620px;
	float: left;
	margin-left: 40px;
	text-align:justify;
}

div#content div#right {
	width: 265px;
	float: right;
	margin-right: 40px;
	margin-left: 35px;
	text-align:justify;
}
div#content li {
	line-height: 20px;
	list-style-image:url(images/item.png);
	list-style-position:outside;
	text-align: left;
}
div#footer {
	width: 1002px;
	float: left;
	margin-top: 10px;
	padding-bottom: 50px;
	font-size: x-small;
	text-align: center;
}

div#usertrust{
	width: 1002px;
	margin-top: 10px;
	text-align:right;
	float: right;
}