#favIn
{
background: #bbb;
padding-bottom: 25px;
position: relative;
top: -25px;

}

#favIn>h1
{
color: #ff971f;
font-size: 40px;
text-align: center;
width: 100%;
background: #ddd;
}
#favIn>ul
{
width: 50%;
position: relative;
margin: 0 auto;
top: -25px;
}
#favIn>ul>li
{
text-align: center;
background: #eee;
list-style: none;
border-bottom: 2px #ff971f solid;

}
#favIn>ul>li>a
{
text-decoration: none;
font-size: 20px;
color: #222;
}
#favIn>ul>li>a:hover
{
color: #777;
}
#favIn>ul>.odd
{
background: #ddd;
}
#mainIn
{
min-height: 60%;
height: 60%;
}