body{
background-color: gray;
}
.container{
background-color: white;
}
#header{
background: #E5ECF9 url(images/computer.jpg) no-repeat top right;
height: 90px;
}
#nav ul {
list-style: none;
}
#nav li {
	display: inline;
}
#about{
text-indent: 10px;
}
#footer{
background: #FFF url(images/sac.jpg) no-repeat top right;
height: 153px;
border-top: 8px solid gray;
padding-top: 64px;
}
#footer{
list-style: none;
text-align: center;
padding: 5em 0 0 0;
}
#footer ul li{
display: inline;
font-size: 2em;
font-weight: bold;
margin: 0 2em;
}
#contact ul {
	list-style: none;
}
#contact h3{
	padding-left: 17px;
}
#contact h4{
	padding-left: 17px;
	padding-top: 3.5em;
}
#services ul {
	list-style: square;
}
#title {
	text-indent: -9000px;
	background: url(images/title3.png);
	height: 65px;
	background-repeat: no-repeat;
	padding: 0 0 7px 0;
}
#iconbar {
	text-indent: -9000px;
	background: url(images/iconbar.png);
	height: 100px;
	background-repeat: no-repeat;
	border-top: 8px solid gray;
}
#go_back {
	text-indent: 6em;
}