/*
Theme Name: myMaker
Description: myMaker.eu Template
Author: Bernd Richter
Version: 1.0
Author URI: http://www.mymaker.eu
*/

body 
     {
      background: url('img/bottom.png') repeat-x bottom #000;
      margin: 0;
      padding: 0;
      font-family: Verdana;
      font-size: 14px;
      color: #AFCDF6;
     }

a:link {color: #80B3F8; text-decoration: none;}      /* unvisited link */
a:visited {color:#80B3F8; text-decoration: none;}  /* visited link */
a:hover {color:#80B3F8; text-decoration: none;font-weight: bold;}  /* mouse over link */
a:active {color:#80B3F8; text-decoration: none;}  /* selected link */
     
#master
     {
      width: 100%;
      height: 100%;
     }
          
#master .center
     {
      width: 800px;
      height: 400px;
      background: url('img/design.png') no-repeat;
      position: absolute;
      margin-left: -200px;
      margin-top: -150px;
      left: 35%;
      top: 35%;
     }

#master .top
     {
      width: 775px;
      height: 270px;
      margin: 15px 10px;
     }
     
#master .logo
     {
      width: 270px;
      height: 270px;
      float: left;
     }

#master .text
     {
      width: 494px;
      height: 270px;
      float: left;
      padding: 0 5px;
      overflow: hidden;
     }
     
#master .bottom
      { 
       width: 775px;
       height: 80px;
       margin: 0 auto;
       padding: 0 10px;
       text-align: center;
      }

#master .btext
      {
        width: 128px;
        height: 75px;
        float: left;
        text-align: center;
      }

#master .bottom img
      {
       text-decoration: none;
       border: none;
      }
      
#master .imp
      {
        width: 128px;
        height: 75px;
        float: right;
        text-align: center;
      }
      
#master .footer
      { 
       width: 775px;
       height: 80px;
       margin: 25px auto;
       text-align: center;
       font-size: 10px;
      }
