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


body {
	background-color:#161616;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #999;
	background-image: none;
	background-repeat: repeat-x;
}

p {
	padding:0.6em;
	color: #7D7D7D;
	text-align: left;

}

h3{
	padding:0.8em;
	color: #FFF;
	
}

#wrapper {
	height: 800px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
	
	
}

#contenido{
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
	
}

