﻿body{
	background: #e2e2e2 url('../images/bg-body.png') repeat-x center top;
}
#main{
	background: url('../images/main.png') no-repeat center top;
	height:521px;
	margin:38px auto;
	width: 940px;
}
#contact-info{
	padding-top:530px;
	width:100%;
}
#contact-info p{
	line-height: 2.2em;
	text-align:center;
}
#contact-info p, #contact-info a{
	color:#646464;
}
#contact-info span
{
	color:#046e9b;
	font-weight:bold;
}
#contact-info a{
	text-decoration:none;
}
#contact-info a:hover{
	text-decoration:underline;
}