/* CSS Document */

body{
background:url(images/background04.jpg)
}

#wrapper{
margin:0 auto 0 auto;
width: 850px;
height:530px;
background:#f8c300;
}

#header{
width:850px;
height:180px;
}

#random_header{
width:850px;
height:180px;
}

#menu{
width:850px;
height:25px;
background:url(images/barrabotones.jpg);
}

#maincontent{
width:850px;
height:285px;
}

#map_holder{
width:350px;
height:265px;
float:left;
background:#f8c300;
}

#location_txtholder{
width:250px;
height:265px;
background:#f8c300;
float:left;
}

#location_rightplaceholder{
margin: 0 0 0 0;
width: 100px;
height: 265px;
float: left;
background:#f8c300;

}

#left_placeholder{
width: 150px;
height: 265px;
float:left;
}

#picture_holder{
width: 215px;
height: 265px;
float:left;
background:#f8c300;
}

#text_content{
width: 335px;
height: 265px;
float: left;
background:#f8c300;
}

#right_placeholder{
margin: 0 0 0 0;
width: 150px;
height: 265px;
float: left;
background:#f8c300;
}

#menu_holder{
width: 550px;
height: 265px;
float: left;
background:#f8c300;
}

#footer_menu{
width: 850px;
height: 20px;
float: none;
background:#f8c300;
}

#footer{
width:850px;
height:20px;
float: none;
}







