body {
	background: #000000;
	text-align: center;
}

.main {
	margin: 0 auto;
	margin-top: 100px;
	width:936px;
	height:500px;
	overflow: hidden;
}

.pics {
	width:800px;
	height:500px;
	margin: 0 auto;
	float:left;
}

.arrow {
	margin-top: 226px;
	float:left;
}

.links {
	width:800px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

.links a {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
}

.links div {
	text-align: center;
}

a:active {
  outline: none;
}

a:focus {
-moz-outline-style: none;
}

a {
  outline: none;
}

.clear {
	clear: both;
}

.alink img{
	border: none;
}

a img {
	border: none;
}