/* CSS Document */
body {
	background-color:#F1F1F1;/*E6E5E5*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #0000EE;
}

a:visited {
	text-decoration: none;
    color: #0000EE;  
}

a:active {
	text-decoration: none;
	color: #0000EE;  
}

a:hover {
	text-decoration: underline;
	color: #0000EE;
}

a,img {
	border: none;
}

#wrap {
	width: 500px;
	margin: 70px auto;
	text-align: center;
}

#icons {
	margin: 50px 0 50px 0
}

#arrow {
	padding: 0 45px;
}
