header
{
	position: relative;
    top: 165px;
	width: 1000px;
	display: block;
	margin: 0 auto;
	z-index: 10;
	background-color: #fff;
}

#reviews-heading 
{
    text-align: center;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 0;
}

#main
{
    position: relative;
    width: 800px;
    margin: 20px auto 210px;
}

.entry
{
    font-size: 1rem;
    margin-bottom: 2rem;
}

.entry a
{
    font-size: 1rem;
    text-decoration: underline;
}