body {
	background:#222;
	color: #87962A;
	margin:0; 
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a img {
	border:0;
}

#layout{
	position: relative;
	top: 0;
	left: 0;
	width:867px;
	height:389px;
	background:#C6E40D;
	color: #000;
	margin: 50px auto 0 auto;
	text-align: left;
}

h1 {
	width: 469px;
	height: 160px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	background: url('/images/ateam-group.jpg');
}

h6 {
	width:861px;	
	margin: 0 auto;
	padding: 0 6px 0 0;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
}

p {
	position: absolute;
	top: 0;
	right: 0;
	width: 408px;
	height: 389px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	background: url('/images/splash.jpg');
}

ul {
	width: 429px;
	margin: 0;
	padding: 20px 20px 19px 20px;
	list-style: square outside url("/images/bullet.png");
}

li {
	margin: 10px 50px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #333;
}


