body {
background-color: black;
color: #fff;
}
a {
color: #fff;
text-decoration: none;
outline: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
#main{
text-align: center;
top: 100px;
background: black;
}
#content{
position:absolute;
width: 100%;
height: 300px;
margin: 200px 0 0 0;
}
.bordedown{
position:absolute;
width: 100%;
height: 5px;
background: url('../images/borderdown.jpg') repeat-x;
/*opacity: 0.9;*/
}
.bordeup{
position:absolute;
margin: -5px 0 0 0;
width: 100%;
height: 5px;
background: url('../images/borderup.jpg') repeat-x;
/*opacity: 0.9;*/
}
/* Demo 1 */
#smartdemo1 {
width: 100%;
height: 300px;
overflow: hidden;
margin: 0;
}
#smartdemo1 li{
width: 120%;
height: 350px;
}
#contact{
	position:absolute;
	left: 50%;
	color: white;
	top: 520px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#titulo{
	position:absolute;
	left: 50%;
	color: white;
	top: 130px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
