* {margin:0;padding:0}
/* mac hide \*/
html,body {
    height:100%;width:100%;
}

body {
    text-align:center;
}

.logo {
    width: 100%; 
    height: 100%;
}

.inner {
    background:#4082ac;
    width: 100%;  
    height:247px; 
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    background:url(../../images/atlant-designs-bg.png);
    background-repeat:repeat-x;
}

.footer
{
	font-family: arial, verdana, sans-serif;
    font-size: 11px;
    color: #000000;
    text-align: center; 
}
    
