/* CSS Document */

/* Body/Background */

html
{
	height: 100%;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}

.icons {
	margin:0px auto 0px -500px;
	padding-left: 500px;
	position:relative;
	top: 50%;
	left:50%; 
	width: 500px;
	height: 92px;
}

