*	{
	margin: 0;
	padding: 0;
	position: relative;
	font-family: tahoma;
	cursor: default;
	text-decoration: none;
}

a	{
	color: #999900;
	cursor: pointer;
}

body	{
	background-color: black;
}

#contenedor	{
	width: 784px;
	height: 472px;
	margin: auto auto;
	margin-top: 5%;
	background-color: #000;
	border: 1px solid #444;
}

#header	{
	height: 150px;
	background-color: #000;
}

#menu	{
	position: absolute;
	top: 150px;
	left: 0;
	width: 180px;
	height: 300px;
	background-image: url(img/menubg.jpg);
}

#content	{
	position: absolute;
	top: 150px;
	right: 0;
	width: 602px;
	height: 300px;
}

#footer	{
	width: 779px;
	height: 17px;
	position: absolute;
	bottom: 0;
	background-color: #000;
	border-top: 1px solid #444;
	color: white;
	text-align: right;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 5px;
}