html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 11px arial,sans-serif;
	text-align: center;
	color: #fff;
	background: #131313;
}

a {	color: #2d2b22; text-decoration: none; }
a:hover { text-decoration: underline }
a:focus { outline: none }

li {
	list-style-type: square;
	line-height: 20px;
}
	
p {
	margin: 10px;
	line-height: 17px;
}


a:focus { outline: none }


a img { border: 0px; border-style: none;  }


div#container {
	text-align: center;
	width: 1000px;
	border: 0;
	margin: 0 auto;
}

div#top {
	padding: 0px;
	margin: 0px;
	height: 214px;
}

div#content {
	vertical-align: top;
	height: 232px;
	padding: 0px;
	text-align: center;
}

div#contentUnder {
	height: 200px;
	width: 1000px;
	background-image: url("img/bottom.gif");
	background-repeat: repeat-x;
	text-align: center;	
}

div#contentUnder img {
	margin: 80px 100px 0px 100px;
	cursor: pointer;
}


div#footer {
	clear: left;
	color: #2d2b22;
}

div#footer span {
	margin-left: 520px;
}

