<style type="text/css">
@font-face {
 font-family: simplicityfont;
 src: url("../font/simplicity.eot") /* EOT file for IE */}
@font-face {
 font-family: simplicityfont;
 src: url("../font/simplicity.ttf") /* TTF file for CSS3 browsers */}

html, body {
 height: 100%;}
body {
 background-image: url("../img/petitbg.jpg");
 font-size: 10px;
 margin: auto;
 text-align: center;}
 
#header, #main {} 
#header {
 background-repeat: no-repeat;
 background-position: center;
	}

#content{
 /*background-color: #CD853F;*/
 min-height: 272px;
 max-height: 499px;
 height: 50%;}
#prox {
 font-family: simplicityfont;
 color: #9E9086;
 height: 40%;
 min-height: 106px;
 font-size: 2.3em;
 line-height: 2.3;
 /*background-color: #FFF8DC;*/}
#contacto {
 height: 30%;
 min-height: 84px;} 
#texto {	
 font-family: simplicityfont;
 color: #9E9086;
 height: 50px;
 font-size: 1.9em; 
 line-height: 1.3;
 /*background-color: #F5DEB3;*/}
#iconos{
 background-image: url("../img/iconos.png");
 background-repeat: no-repeat;
 background-position: center;
 height: 30px;
 /*background-color: #F4A460;*/}

#footer{
 background-image: url("../img/blog.png");
 background-repeat: no-repeat;
 background-position: center;
 min-height: 92px;
 height: 30%;
 /*background-color: #BC8F8F;*/}
