body {
	background-color: #000;
	color: #fff;
	font-family:Avenir, "Lucida Grande", "Bitstream Vera Sans", lucida, arial, verdana, sans-serif;
	font-size: 10px;
	margin: 20px 0 0 0;
	padding: 0px;
    }
 a {
	color: #68ca14;
    }
#header {
	width: 827px;
	margin: 0 auto;
	padding: 0px;
    }
#logo {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	width: 382px;
	height: 130px;
	background-position: top;
	float: left;
    }
#intro {
	float: right;
	width: 435px;
    }
.clear {
	clear: both;
    }
#content {
	width: 827px;
	height: 458px;
	margin: 0 auto;
	background-image: url('images/back.jpg');
	background-repeat: no-repeat;
	background-position: center;
	color: #000;
    }
h1 {
	font-style:italic ;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 5px;
	padding-bottom: 0px;
    }
p {
	margin: 0px;
	padding: 0px;
	word-spacing: 2px;
	font-size: 11px;
	font-weight: 100;
    }
#list {
	padding-top: 180px;
	padding-left: 50px;
	font-size: 250%;
	list-style-type: none;
    }
#list li {
	list-style-position: outside;
		background-image: url(images/list-bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	height: 34px;
	margin-bottom: 10px;
    }
#footer {
	width: 800px;
	margin: 5px auto;
	text-align: center;
	font-size: 130%;
    }
