@import 'reset.css';

@media screen { /*remove @media if supporting ie5/mac */

body {
	font: 76% Arial, Helvetica, sans-serif;
}

#splash {
	background: #151515 url(../layout/blackback.gif) repeat-x;
}

#splash1 {
	background-color: #000000;
}

#wrapper {
	width: 730px;
	margin:0 auto;
}

#client {
	float: left;
	background: url(../layout/client.gif) no-repeat 0 0;
}
#customer {
	float: right;
	background: url(../layout/customer.gif) no-repeat 0 0;
}
#client, #customer {
	width: 354px;
	height: 202px;
	margin-top: 60px;
	text-indent: -2000px;
}

#logosp {
	width: 457px;
	height: 256px;
	background: url(/images/splashlogo.jpg) no-repeat;
	margin-top: 61px;
	float: left;
	margin-left: 138px;
}

p {
	font-size: 21px;
	text-align: center;
}
a {
	text-decoration: none;
	color:#4490c3;
	font-size: 20px;
	text-align: center;
}
.clients {
	color: #ffffff;
}
.customers {
	color: #ffffff;
	font-size: 20px;
}

} /* /@media */