@charset "UTF-8";
/* CSS Document */

body{
margin:0 auto;
background:#148e80;	
}

html, body, p, a{
font-size:15px;	
font-family:Arial, Helvetica, sans-serif;
}

a, a:hover, a:visited{
	color:#148e80;	
}

.logoHeader{
background:url(images/logo.gif) no-repeat;
margin:0 auto;
width:980px;
height:399px;
}

.infoText{
	float:right;
width:460px;
margin-top:250px;
padding-left:20px;
border-left:1px #999 solid;
}

.footerRepeat{
width:980px;
height:201px;
margin:0 auto;
background:url(images/washers.gif) no-repeat;
}