﻿* {
  margin:0px;
  padding:0px;
  }
img {
  border:0px;
  }
html {
  height:100%;
  background-color:#080808;
  }
body{
  height:100%;
  margin:0 auto;
  background-image:url(../images/bg.jpg);
  background-position:top;
  background-repeat:no-repeat;
  }
html > body{
  height:auto;
  min-height:100%
  }
* html .transparent { background:expression(transparent(this)); }
#menu {
  margin:9px auto;
  padding-top: 150px;
  width:427px;
  text-align: center;
  }
#photo{
  position: relative;
  height: 420px;
  width: 565px;
  margin: 0 auto;
  }
#galeria {
  margin: 0 auto;
  width: 1000px;
  }
#logo {
  position: absolute;
  right: 20px; top: 20px;
  }
#about{
padding-top:150px;
margin: 0 auto;
width:695px;
}
#about div{
width:695px;
height:375px;
background-image:url(../images/about_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
padding-top:50px;
}

#about p{
font-family:Tahoma, Helvetica, sans-serif;
font-size:10px;
color:#646341;
margin: 13px 40px;
}
#footer {
  text-align: center;
  margin-top: 1em;
  padding-bottom: 1em;
  font-size: 12px;
  color: #939DA6;
  }
#footer a {
  color: #D1DDF3
  }