body {
				margin: 0;
				padding: 0;
				text-align: center; /* per Internet Explorer */
				background:#000;
				font:70%   "Lucida Sans Unicode" , "Bitsream Vera Sans" , Verdana , helvetica, Times ; 
			}
			#content {
				position: relative; 
				margin: auto;
				text-align: left;
				width: 400px;
				height: 400px;
				color:#fff;
				text-align:center;
				}
				
			#dentrocontent {
				width: 400px;
				height: 350px;
				border:1px solid #666;
				text-align:center;
			}
			
			
			#content h1{ display:none; }
			#content a{ color:#fff; text-decoration:none; border-bottom:1px solid #88201f; }


