body, body *
{
    margin: 0;
    padding: 0;
}
#back
{
    position: absolute;
    top: 300px;
    width: 100%;
    height: 566px;
    background: url(../images/back.jpg) 50% 0 no-repeat;
}
#logo
{
    position: absolute;
    width: 860px;
    left: 50%;
    top: 45px;
    margin-left: -489px;
    font-family: Arial;
    font-weight: bold;
    color: #900;
    font-size: 288px;
}
#first_logo
{
    position: relative;
    float: left;
    top: -5px;
    width: 146px;
}
#other_logo
{
    position: relative;
    float: left; 
}
#phrase1, #phrase2, #phrase3
{
    position: absolute;
    overflow: hidden;
    width: 600px;
    left: 50%;
    margin-left: -455px;
    font-family: Georgia;
    font-size: 120px;
    line-height: 82px;
    overflow: hidden;
    height: 109px;       
}
#phrase1
{
    z-index: 20;
    top: 280px;
}
#phrase1_first
{
    background-color: transparent;
}
#phrase2
{
    top: 360px;
    z-index: 2;
}
#phrase3
{
    top: 440px;
}
#under_phrase
{
    position: absolute;
    width: 300px;
    height: 160px;
    top: 293px;
    left: 50%;
    margin-left: -160px;
    background-color: white;
}
#contacts
{
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 453px;
}
#contacts a
{
    text-decoration: none;
}
#contacts p
{
    font-family: Arial;
    font-size: 48px;
    font-weight: bold;
    color: white;
    overflow: hidden;
    background-color: #900;
}
#email
{
    width: 480px;
    padding: 10px 20px 20px 20px;
}
#dog
{
    position: relative;
    top: -4px;
}
#after_dog
{
    position: relative; 
    float: right;
    width: 320px;   
}
#under_email
{
    position: absolute;
    left: 23px;
    top: 52px;
    height: 0;
    width: 478px;
    border-bottom: 3px solid white;
}
#phone
{
    width: 350px;
    padding: 0 20px 15px 20px;
}
#phone span
{
    position: relative;
    top: 2px;
}
