/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	color: #1f2c72;
	margin: 0px;
}

#wrap {
	width: 800px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
}

a {
	color: #d90a36;
}

	a:hover {
		text-decoration: none;
	}

p.services {
	font-size: 14px;
	color: #828386;
	font-weight: normal;
	font-style: italic;
}