﻿#content 
{
    position: relative;
    background: url(../images/about/about-bg.jpg) no-repeat;
    height: 351px;
}
header 
{
    margin-top: 6%;
}
h1 
{
    font-size: 24px;
   padding-top: 49px;
   letter-spacing: 2px;
	text-transform: uppercase;
	margin-left: 49px;
}
#content p 
{
    margin: 28px 365px 0 49px;
    font-size: 12px;
    line-height: 18px;    
}
#contact-info 
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 0 7px 27px;
    background: url(../images/product/shoe-bg.png) repeat;
    width: 686px;
    text-transform: uppercase;
    z-index: 1000;
    font-size: 10px;
}
#contact-info span 
{
    margin: 0 11px;
}

