/* CSS Document */
body{ margin:0; padding:0; background:#F1F5EE}
img{border:none;}

/***MAIN
*/
div#main{width:753px; height:100px; margin:0 auto; background:#FFFFFF;}
div#main img{ margin:20px 300px 0 300px;}

/*conteiner*/
div#conteiner{ margin:0 auto; width:741px; background:#FFFFFF;}
div#conteiner div#border1{background:url(images/border.jpg); position:relative; repeat-y; height:100px; float:left;}
/*menu*/
div#conteiner div#menu{ margin:0 auto; width:690px; height:50px; background:#999999;}

/*izquierda*/
div#conteiner div#izquierda{ position:relative; float:left; background:#FFFFFF; width:33%;}
/*derecha*/
div#conteiner div#derecha{ position:relative; float:right; background:#FFFFFF; width:67%}	