body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 16px;
}

p
{
    text-indent: 0px;
}

#all
{
    width: 914px;
    margin: 0 auto;
}

#header
{
    width:100%;
    height: 192px;
    background-image: url('/images/header.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

#header_text
{
    position: relative;
    margin: 0 auto;
    top: 80px;
    width: 300px;
    border:0px;
    font-size: 20px;
    font-family: Arial;
}

#menu
{
    width:100%;
    height: 33px;
    background-image: url('/images/menu.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

#content
{
    width:100%;
    min-height: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer
{
    width:100%;
    height: 33px;
    background-image: url('/images/footer.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
}

a
{
    color: #000;
}

.v_middle
{
    vertical-align: middle;
}

.feedback_photo {
    width: 10rem;
    border-radius: 4px;
}

.feedback_photo_link {
    display: inline-block;
    padding: 2px;
    margin: 0 0.5rem 1rem 0.5rem;
    background-color: #fff;
    line-height: 0;
    border-radius: 4px;
    transition: background-color 0.5s ease-out;
    color: #4ae;
    text-decoration: none;
    outline: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

h1 {
    font-size: 18px;
}