html,body {
background-color: #222222;
background-image: url(images/dora_banner1.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
margin: 0;
padding: 0;
color: gray;
}

body{font: 76% arial,sans-serif; margin-top: 200px;}
p{margin:0 10px 10px}
a{color: #79B30B}

h1 {
color: #FF0000;
background-color: #222222;
} 

div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: transparent;color: #79B30B}
div#container{text-align:right}
div#content p{line-height:1.4;text-align:center}
div#navigation{background: transparent;}
div#extra{background: transparent;}
div#footer{background: transparent;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#container{width:700px;margin:0 auto}
div#navigation{float:left;width:350px}
div#extra{float:right;width:350px}
div#footer{clear:both;width:100%}
div#banner{text-align:center;width:100%}
