.theme-default #slider {
    margin:0 auto;
    width:950px; /* Make sure your images are the same size */
    height:450px; /* Make sure your images are the same size */
}

body {
	margin: 0;
	padding: 0;
	background-image:url(../imagens/bk1.jpg);
	background-position:center top;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 15px;
}

td
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 15px;
}

a:link {
	color: #d7d7d7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d7d7d7;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}


a.topo:link {
	color: #333333;
	text-decoration: none;
}
a.topo:visited {
	text-decoration: none;
	color: #333333;
}
a.topo:hover {
	text-decoration: underline;
	color: #333333;
}
a.topo:active {
	text-decoration: none;
	color: #333333;
}


a.foto:link {
	color: #CECECE;
	text-decoration: none;
}
a.foto:visited {
	text-decoration: none;
	color: #ffffff;
}
a.foto:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.foto:active {
	text-decoration: none;
	color: #ffffff;
}