html
{ 
    height:100%;
}

body
{
    background-color:#a7adb5;
    background-image:url('bg_light.png');
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    position:relative;
    font-family:"helvetica","arial","sans-serif";
    font-size:13px;
}

p
{
    margin:10px 0px;
}

#container
{       
    top:50%;
    left:50%;
    position:absolute;
    width:430px;
    margin-left:-215px;
    height:410px;
    margin-top:-205px;
    background-image:url('cortezalogo.png');
    background-repeat:no-repeat;
}

#logo
{
    float:left;
    width:264px;
    height:123px;
}

#info
{
    height:123px;
    position:relative;
    float:right;
}

#description
{
    border-top:1px solid #9a9ea1;
    border-bottom:1px solid #9a9ea1;
    width:100%;
    clear:both;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:20px;
}

#row
{
    width:100%;
    margin-bottom:20px;
    position:relative;
}

h1
{
    font-size:18px;
    margin:0px;
}

h2
{
    font-size:16px;
    margin:0px;
}

body
{
    color:#474e52;            
}

a
{
    color:#a61212;            
}

#tinysquare
{
    vertical-align:middle;
}

#address
{
    bottom:0px;
    position:absolute;
}
