@charset "UTF-8";
/* CSS Document */

*{ margin: 0; padding: 0; }* 


html {
	height:100%;
}

body {
	background: #e3e3e3 url(img/fondo.jpg) repeat-x top;
	height:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; text-align: left; line-height: 16px; 
	color: #333;
}

#contenedor{
width:600px;
height:400px;
margin:0 auto;
}

#logo{
float:left;
width:310px;
height:400px;
}

#botones{
padding-top:55px;
float:left;
width:290px;
height:400px;
}

#boton{
float:left;
width:290px;
}
