html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, 
dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, input, textarea, select { 
    margin: 0; 
    padding: 0; 
    outline: 0; 
    border: 0;
    font-weight : normal;
    font-style: normal; 
    font-family : Arial, Tahoma, sans-serif; 
    font-size: 11px;
    color: #5a859d;
    line-height: 24px;
}

/* -------------- GERAL -------------- */

div{  
	 /* border:solid 1px red; */   
}

body{ 
	background: #282828 url(../img/bg.jpg) no-repeat;
}

#clear{ 
	clear: both;
}

#site{	
/*	width: 100%;
	height: 590px;
	position: absolute;
	top: 50%;
	margin-top: -303px; */
}

#conteudo{
	padding: 80px;
}

#logo{
	width: 246px;
}

#present{
	margin-top: 30px;
	width: 257px;
	text-align: right;
	color: #fff;
	font-style: italic;
}

#menu{
	line-height: 30px;
	text-align: right;		
	margin-top: 30px; 
	padding:0px;
	width: 257px;
}

#menu ul{ 
	list-style: none;
}

#menu li{ 
	list-style: none;
}

#menu a{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #2f2f2f;
	padding: 6px;
}

#menu a:hover{
	background: #fff;
	color: #2f2f2f;
}

#cc{	
	width: 257px;
	text-align: right;
	margin-top: 45px;
}

#cc a{
	font-size: 9px;
	font-weight: bold;
}

#cc a:hover{
	color: #fff;
}