html {
	padding:0px;
	margin:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-color: #000000;
	background-image: url(../img/layout/bg_linhas.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


a {
	color: #FFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

@font-face {
  font-family: Univers;
  src: url('/css/font/LinotypeUnivers-BasicMedium.ttf');
}
p {
	color: #FFF;
	background-color: #000;
}
a:visited {
	text-decoration: line-through;
}
a:hover {
	text-decoration: underline;
}

a img { 
border: 0; 
}

h2 {
	font-family: Univers, Arial, Helvetica, sans-serif;
	display: table;
	padding-left: 10px;
	z-index: 666;
	position: absolute;
	margin-bottom: 10px;
	padding-right: 5px;
	font-size: 20px;
	background-color: #000;
	font-weight: normal;
}

#esquerda {
	position: fixed;
	left: 2%;
	width: 15%;
	top: 230px;
	background-color: #000000;
}

#conteudo {
	position: absolute;
	left: 38%;
	width: 40%;
	top: 20px;
	overflow: hidden;
	min-width:500px;

}


#direita{
	position: fixed;
	left: 84%;
	width: 15%;
	height: 100%;
	top: 50px;
	overflow: hidden;
}
#ritapaste {
	background-color: #000000;
	margin-top: 180px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#video {
	padding-bottom: 20px;
}
#voltar {
	margin-top: 100px;
	font-size: 10px;
	position: fixed;
	top: 150px;
}
#info {
	color: #FFF;
	font-size: 10px;
	font-weight: lighter;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 13px;
}

