﻿body 
{
    background-color:gray;   
}
.profile_container {
    width:422px;
    height:535px;
    overflow:hidden;
    font-family:"arial";
    color:#fff;
    margin:0 0 30px 0;
}

.top 
{
    width: 442px;
    height: 150px;   
    position:relative;
}

.top img
{
    width: 442px;
    height: 150px;   
    position:relative;
}

.top span
{
    position:absolute;
    top:30px;
    left:20px;   
    z-index:5;
}

.main 
{
    height:345px;
    width:382px;
    padding: 20px 20px 20px 20px;
    color:#000;   
    font-size:7px;
}

.main p 
{
    margin:0;
    padding:0 0 5px 0;
}
