html, body {
/*	margin:0;
	padding:0;*/
	width:100%;
/*	height:100%;*/
	font-family: Arial;
}

#CenterBlock {
	width:460px;
/*	height:460px;*/
	position:absolute;
/*	top:50%;*/
	left:50%;
/*	margin:-230px 0 0 -230px;*/
	margin: 0 0 0 -230px;
}

a {
	text-align: center;
	color: #ba122b;
	text-decoration: underline;
}

#logo {
	margin-left: 125px;
	padding: 10px;
	width: 194px;
	height: 232px;
	background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#telephone {
	text-align: center;
	background-color: #ba122b;
	height: 50px;
}

#telephone h1 {
	margin: 5px;
	padding: 5px;
	font-size: 30px;
	color: #fff;
}

#header {
	font-size: 24px;
	text-align: center;
	color: #ba122b;
}

#service {
	margin-top: 20px;
	float: left;
	padding-left: 26px;
	margin-bottom: 20px;
}

#service .s1{
	padding-left: 65px;
	padding-top: 10px;
	height: 55px;
	width: 150px;
	background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center left;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

#service .s2{
	padding-left: 65px;
	padding-top: 10px;
	height: 55px;
	width: 150px;
	background-image: url(../images/2.jpg);
    background-repeat: no-repeat;
    background-position: center left;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

#service .s3{
	padding-left: 65px;
	padding-top: 10px;
	height: 55px;
	width: 150px;
	background-image: url(../images/3.jpg);
    background-repeat: no-repeat;
    background-position: center left;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

#service .s4{
	padding-left: 65px;
	padding-top: 10px;
	height: 55px;
	width: 150px;
	background-image: url(../images/4.jpg);
    background-repeat: no-repeat;
    background-position: center left;
	font-size: 16px;
	font-weight: bold;
	float: left;
}