html,body {
margin:0px;
background:url(pics/bg_t.jpg) repeat-x;
background-color:#000000;
}

#site {
	position:relative;
	width:800px;
	background:url(pics/bg.jpg) repeat-y;
}

#header {
	position:relative;
	width:800px;
	height:331px;
	background:url(pics/header.jpg);
}

#bg {
	position:relative;
	width:800px;
	background:url(pics/bg_c.jpg) no-repeat top;
}

#footer {
	position:relative;
	width:800px;
	height:69px;
	background:url(pics/footer.jpg);
}
a.imp, a.imp:link, a.imp:visited, a.imp:active{
	font-weight:bold; 
	color:#ffffff; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

a.imp:hover {  font-weight:bold; color:#e01f9a; text-decoration:none; }

#copyright {
	position:relative;
	left:40px;
	top:40px;
	height:15px;
	float:left; 
    color:#ffffff;
	font-weight:bold;    
    font-family:Arial, Helvetica, sans-serif;
}

a:link, a:active, a:focus, a:visited { 
	font-weight:bold; 
	color:#ffffff; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover {  font-weight:bold; color:#e01f9a; text-decoration:none; }

#table_page {
	width:695px;
}

.text {

font-family:Arial, Helvetica, sans-serif;
text-align:justify;
color:#e01f9a;
}
