﻿#wrapper {position:relative; min-height:100%; padding-bottom:120px;}
#wrapper:after { display:block; content:''; clear:both;}
#header
{
    border-bottom: 1px solid #ccc;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    background: #fff;
    height: 70px;
    /*float: left;*/
    width: 100%;
    min-width: 480px;
    box-shadow: #aaa 0 0 1px;
    -webkit-box-shadow: #aaa 0 0 1px;
    -moz-box-shadow: #aaa 0 0 1px;
}
#header .inner { width:95%; margin:0 auto;}
#logo {
	display:inline-block;
    background: url(../../images/logo.gif) no-repeat;
    width: 159px;
    height: 39px;
    margin-left: 40px;
    margin-top: 15px;
    float: left;
}
#ds-logo
{
	display: block;
    width: 150px;
    margin: 0 auto;
}

#container {
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    font-size: 12px;
    color: #303030;
    line-height: 20px;
    /*float:left;*/
}
#container:after {
    content: '';
    display:inline-block;
    clear:both;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-top: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    color: #606060;
    font-size: 13px;
}
#footer a { color:#606060; text-decoration:none; border:none;}
#footer a:hover { color: #61c2ec;}

