body {
/*	background: url(bg_light.jpg) 50% 0 no-repeat #000; */
	background: url(bg_light.jpg) 270px 0 no-repeat #000; 	
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
}
img {
	vertical-align: inherit;
}
div {
	float: none;
}
#main {
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	height: 380px;	
	width: 530px;
}
#menu {
	width: 590px;
	height: 63px;
	margin: 0 auto;
	float: none;
	background: url('tt.jpg') 0 0 no-repeat;
	text-align: center;
}
#info {
	letter-spacing: 0.4em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #c8c8c8;
	text-align: center;
/*	border:1px solid red;*/
	height: 25px;
}
#copyright {
	color: #333333;
	text-align: center;
	letter-spacing: 0.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid #101010;
	width: 530px;
/*	margin: 0 auto;*/
	padding-top: 3px;
}
a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}
/* PESSOAL */
#it {
	font-style: italic;
	color: #666666;
}
#contact {
/*	margin: 0 auto;*/
	padding-top: 10px;
	padding-bottom: 10px;	
	width: 100%;
	text-align: center;
	overflow: auto;
/*	border-top: 1px dashed #454545;	*/
}
#sl, #sr  {
	width: 49%;	
	float: left;	
}
input, textarea {
	background-color: #333333;
	color: #00FF00;
	border: 0px;
	font-size: 90%;
/*	border: 1px dotted #00FF00;*/
}
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
.submit input {
	color: #ffffff;
	background: #222222;
	padding: 5px;
	border: 1px outset #111111;
	font-weight: bold;
}
fieldset {
	border: 1px solid #00FF00;
	width: 95%; 
	font-size: 80%;
	padding: 3px;
}
legend {
	color: #FFFFFF;
	padding: 2px 6px;
} 