@charset "utf-8";



body {
	margin: 0px;
	background-color:#141414;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bgStripes.jpg);
	background-position:top;
	background-repeat:repeat;
	

}

h1 {
	color:#999999;
	font-weight:normal;
	font-size:16px;
	float:left;
	margin-top:80px;
	margin-bottom:5px;
	background-color: #000000;
	text-indent: 3px;
	}

#wrapper {
	width:1000px;
	margin-bottom:30px;
	background-image:url(../images/ilustra_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	}
	
#content {
	margin-top:0px;
	width:950px;
	margin-left:20px;
	}

#tituloTop {
	clear:both;
	margin-left:00px;
	margin-top:00px;
	}
	
.top {
	float:right;
	margin-right:0px;
	margin-top:80px;
	}
	
#thanks {
	float: left;
	margin-left:00px;
	margin-top:100px;
	}
	
.previewImage {
	float:right;
	}
	
.titleImage {
margin-top:80px;
	float:left;
	}
	
#description {
	width:401px;
	float:left;
	font-size:10px;
	color:#555555;
	text-align:justify;
	border-bottom:1px dotted #333333;
	padding:0px 0px;
	margin-left:0px;
	margin-bottom:30px;
	margin-top:10px;
	}
	
#description a {	
	color:#77daff;
	text-decoration:none;
	}
	
#description a:hover {	
	
	color:#77daff;
	text-decoration:line-through;
	}
	
.descTitle {
	color:#77daff;
	}

p { margin-top: 3px; margin-bottom: 3px; }
