body{
	background-color: #000;
		
	font-family : Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	line-height: 12px;
}

#menu{
	position: absolute;
	left: 20px;
	top: 50px;
	height: 200px;
	width: 150;
	background-color: #e7e7e7;
}


#dinamico{
	position: absolute;
	left: 200px;
	top: 50px;
	height: 200px;
	width: 450;
	background-color: #eee;
}

option{
	font-family : Verdana, Arial;
	font-size: 11px;
	color: #f00;
	background-color: #eee;
}