@charset "UTF-8";
/* CSS for Miguel Rodriguez's web site, feel free to use my CSS if you need it, just please credit me if you do. -Miguel */

html { 
  background: url(images/container-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body {
font:normal 24px/16px georgia;
margin:40px 0 0 30px;

}

#contactinfo {
font-size: 12px;
list-style: none;
background:#ccc;
padding: 30px;
}

.footer {
margin: 400px 0 20px 0;
font-size: 10px;
}
