body{
	background: url(../images/bg.png) repeat-x;
}

.top {
	height: 190px;
	background-image: url(../images/top.png);
}

.phone {
	margin-top: 32px;
}

img.title {
	float: left;
	margin: 60px 0 0 0;
}

img.logo {
	width: 300px;
	position: relative;
	top: 20px;
	left: 40px;
}

h2 {
	margin-top: 20px;
}

p img.left {
	margin: 0 10px 0 0;
}

p img.right {

	margin-top: 0;
}

.icons{
	float: right;
	margin: 80px 40px 0 0;
	padding: 0;
}

.icons ul{
	padding-left: 0;
}

ul.icons li{
	display: inline;
}

ul.icons li img{
	width: 50px;
	height: 60px;
	padding: 0 5px 5px 5px;
}

img.left.agree-image {
	position: relative;
	bottom: 13px;
}

