#contactIn
{
background: #bbb;
padding-bottom: 25px;
position: relative;
top: 100px;
border: 5px #ff971f solid;
text-align: center;
}

#contactIn>h1
{
width: 810px;
padding-left: 55px;
padding-right: 55px;

}
#contactIn>h2
{
width: 810px;
padding-right: 55px;
padding-left: 55px;

}

#contactIn>ul
{
width: 100%;
position: relative;
left: -25px;
}
#contactIn>ul>li
{
list-style: none;
position: relative;
float: left;
width: 33.33333333333333%
}


